home *** CD-ROM | disk | FTP | other *** search
/ Collection of OS/2 Programs / Collection of OS-2 Programs.iso / networks / tcpstart.txt < prev    next >
Text File  |  1994-05-04  |  100KB  |  2,392 lines

  1. =============================================================================
  2.  
  3. Document: ftp-os2.cdrom.com:pub/os2/2_x/network/tcpstart.txt
  4.       or: ftp-os2.nmsu.edu:os2/2_x/network/tcpstart.txt
  5.  
  6. Guide to getting started with OS/2 networking using IBM's TCP/IP software
  7.  
  8. =============================================================================
  9. Recent Changes
  10.  
  11. Aug 03 1993 Added 3c503 Netware+TCP/IP sample files from Roger de Reus.
  12.             Added Appendix III on LaMail (thanks R. Walker!).
  13.             Changed directories for CSDs, made fixes to unpacking hints.
  14.             Added section on useful software to download.
  15. Feb 28 1993 Fixed advice for routed, FTP security (thanks, Andre Asselin!).
  16.             Added some tuning ideas.  Added lprmon BUFSIZE caution.
  17. Feb 22 1993 Fixed phone numbers, added SLIP appendix.  Fixed year to 1993!
  18. Feb 02 1993 Added Netware appendix, tuning hints, other hints and insertions.
  19.  
  20. =============================================================================
  21. Table of Contents (find sections by searching for the parenthesized number)
  22.  
  23. (0) Purpose and introduction 
  24. (1) Request for more information
  25. (2) Some terminology
  26. (3) Selecting parts of the IBM TCP/IP packages
  27. (4) Preparing to hook up to a TCP/IP network
  28. (5) Installing IBM's TCP/IP Package
  29. (6) Installing the driver for the network adapter
  30. (7) Initial tryout
  31. (8) Downloading CSDs (bug fixes)
  32. (9) A few reminders
  33. (10) Security concerns
  34. (11) Tuning your setup
  35. (12) Interesting TCP/IP software you can download
  36. (13) Good luck
  37. (A1) Appendix I: Coexistence of TCP/IP with Netware
  38. (A2) Appendix II: Supplementary information on SLIP
  39. (A3) Appendix III: Setting up LaMail
  40.  
  41. =============================================================================
  42.  
  43. ----------------------------
  44. (0) Purpose and introduction
  45. ----------------------------
  46.  
  47. The purpose of this document is to: 
  48.  
  49. 1) Orient someone who has heard a bit about networking on OS/2, but
  50. can't yet hold an entire conversation in three to five letter
  51. networking acronyms ("So, Bob, how's TCP/IP coming along today?" "Well,
  52. Jane, NFS if fine, but I'm having trouble with FTP."  "Have you
  53. installed the CSDs?"  "Yes, but can you ping over SLIP before sending a
  54. job to LPD?"....).
  55.  
  56. 2) Help a new networker install the IBM TCP/IP networking package and
  57. some of its more popular additional modules.
  58.  
  59.  
  60. I'm no networking pro, but I've managed to start a working network
  61. system using OS/2 and IBM's TCP/IP offerings.  It took me long enough
  62. to sort it all out.  I hope I can save someone else the trouble.
  63.  
  64. I make no guarantees that the following is entirely correct!  It's
  65. based on my experiences.  PLEASE correct me by mailing me your comments
  66. if you find anything misleading or wrong.  Please send me additional
  67. hints based on your own experiences that you feel would be helpful to
  68. put into this document.
  69.  
  70. -Dean
  71. --
  72. N. Dean Pentcheff 
  73. Biological Sciences, Univ. of South Carolina, Columbia SC 29208 (803-777-8998)
  74. Internet addresses: pentcheff@pascal.acm.org or dean2@tbone.biol.scarolina.edu
  75.  
  76.  
  77. --------------------------------
  78. (1) Request for more information
  79. --------------------------------
  80.  
  81. Please let me know of improvements I can make to this document!
  82. Notable gaping holes that I notice (hint, hint) are:
  83.  
  84. 1) Performance tuning - success stories and failure stories are
  85. both equally welcome.
  86.  
  87. 2) Other useful network software - surely some net.geeks have some
  88. nifty utilities and addons that make a networked OS/2 system more of a
  89. joy.
  90.  
  91. 3) Tricks and tips that you've discovered.
  92.  
  93.  
  94. --------------------
  95. (2) Some terminology
  96. --------------------
  97.  
  98. TCP/IP is the name of a communications protocol - it defines a way for
  99. computers to chat with each other.
  100.  
  101. (PC)TCP is a family of products from several vendors that use TCP/IP on
  102. a PC, generally under the DOS operating system.  Note that PC/TCP is a
  103. specific product marketed by SunSoft (the (PC)TCP name has been adopted
  104. as a generic name for that type of product).  (PC)TCP is not addressed
  105. in this document - you may have heard about it from DOS systems.  The
  106. programs described here do what PC/TCP on DOS does (and more).
  107.  
  108. Ethernet is a specific hardware protocol for computer communications.
  109. For example, a 3Com 3C503 card is a (very cheap and popular, if not
  110. screamingly fast) Ethernet board for PCs.  Using it (and appropriate
  111. software) you can connect a PC to an Ethernet TCP/IP network.  TCP/IP
  112. is just one of many communication protocols that can run atop
  113. Ethernet.  For example, a Novell Netware network running the IPX
  114. protocol could run on the same Ethernet - same hardware, just different
  115. protocols.
  116.  
  117. Token-Ring is another hardware protocol in common use.  IBM's TCP/IP
  118. package supports both Ethernet and Token-Ring network adapters.
  119.  
  120. FTP is a "file transfer protocol" that runs on top of TCP/IP (there are
  121. implementations of FTP for pretty much any computer that can talk
  122. TCP/IP, making it a lingua franca for file exchange - it's not pretty
  123. but it works).
  124.  
  125. Telnet is a defined way for TCP/IP-speaking computers to set up
  126. terminal sessions between each other so that you can actually log onto
  127. a remote computer and interact with your account there.
  128.  
  129. SLIP stands for serial line IP.  It defines a way that you can
  130. connect to a TCP/IP network over a serial line (via a phone modem,
  131. for example).  Serial communications is slower than a direct network
  132. connection, but can sometimes be useful.  IBM's TCP/IP packages does
  133. support SLIP.  
  134.  
  135. CSD is IBM's word for a publicly distributed bug fix package.  Note
  136. that CSDs obsolete prior CSDs.  That is, application of any later CSD
  137. will take care of everything that was done by earlier CSDs.  You don't
  138. have to apply the whole chronological string of CSDs, just the most
  139. recent one.  God help you if you install an earlier CSD over a later
  140. one (IBM sure won't help you).
  141.  
  142.  
  143. ----------------------------------------------
  144. (3) Selecting parts of the IBM TCP/IP packages
  145. ----------------------------------------------
  146.  
  147. IBM sells a bunch of pieces, many of which are optional, for TCP/IP
  148. networking.  Following is a brief summary of them.  Note that all of
  149. the following come with both 1.2 Mb 5-1/4" and 1.44 Mb 3-1/2" disks in
  150. the same package (you don't need to specify medium).
  151.  
  152. -- TCP/IP Base Program (Part #02G6968).  Price: US$131.  You need this
  153. in order to use any of the other following parts.  It gives you the
  154. software to connect your Ethernet or Token Ring card to a network, plus
  155. a few character-oriented programs (Telnet, FTP, ping, etc.).  It's sort
  156. of equivalent to the public domain NCSA Telnet package for DOS.
  157.  
  158. -- NFS Kit (Part #02G6970).  Price: US$95.  This gives your OS/2 system
  159. the ability to serve as both a client and a server for sharing disk
  160. space using Sun's NFS (Network File System) protocol.  In other words,
  161. you can mount disks over the network that are physically attached to
  162. other minicomputers or OS/2 systems as though they were attached to
  163. your computer.  Conversely, you can make parts of your OS/2 computer's
  164. disks available for sharing by others.  With this package (along with
  165. the Base Program), you've got the makings of a small local area network
  166. that can share disk space and printers.
  167.  
  168. -- X-Windows System (Part #02G6980).  Price: US$95.  This gives your
  169. OS/2 system the ability to display output (and relay input) to X
  170. programs running on other computers.  X-Windows is a standardized way
  171. for programs (mostly on Unix-based systems) to put graphics on the
  172. screen and interact with the user.  X terminology is a bit peculiar:
  173. the program doing the work is called the "client"; the program doing
  174. the display is called the "server".  This package allows your OS/2
  175. system to be an "X server", but not an "X client": you can display and
  176. interact with X programs running elsewhere, but you can't run an X
  177. program on your OS/2 system and have its results displayed elsewhere.
  178.  
  179. -- X.25 Networking (Part #?).  Enables X.25 communications from your
  180. OS/2 system.  I have no exposure to this product, so I won't comment.
  181. I assume you'll know if you need it.
  182.  
  183. -- Source code and programming packages.  If you're ordering these you
  184. sure as hell don't need me giving you hints on what to do.
  185.  
  186. And finally, where to order.  Peculiarly, IBM often seems unaware
  187. that they sell this product.  So far, people have had the best
  188. luck with calling: 1-800-IBM-2-YOU (1-800-436-2968).  Another IBM
  189. order line (1-800-IBM-CALL) apparently knows about the product
  190. but likes to charge you more money (?!).  
  191.  
  192.  
  193. --------------------------------------------
  194. (4) Preparing to hook up to a TCP/IP network
  195. --------------------------------------------
  196.  
  197. Once you have the TCP/IP base package, you can be a full-blown node on
  198. the Internet.  To do that, you _must_ contact a local system
  199. adminstrator on the network to which you will physically connect your
  200. OS/2 machine.  He or she must give you an Internet number.  Choosing
  201. one at random is unlikely to work and is exceedingly antisocial (since
  202. it may well disrupt others' use of the network).
  203.  
  204. You can probably select your own cute name for your machine, unless
  205. there is an iron-fisted net administrator who enforces a naming
  206. convention.  As examples, our lab works on crab behavior, so our PCs
  207. are called "fiddler" and "cancer".  The last place I worked had a lot
  208. of people working on marine larvae, so they had "cypris", "zoea",
  209. "actinula", etc.
  210.  
  211. When you decide on a name and send it to your Local Network Guru, also
  212. ask the following questions:
  213.  
  214.         What will my machine's full Internet name be (e.g.
  215.         fiddler.biol.scarolina.edu for the machine at which I'm
  216.         sitting)?
  217.  
  218.         What is my IP address (e.g. 123.234.221.112 as a totally
  219.         fictitious example)?
  220.  
  221.         Is this network subnetted?  If so, what's the subnet mask
  222.         (e.g.  255.255.255.0)?
  223.  
  224.         Is there a non-default broadcast address?  If so, what is it?
  225.  
  226.         What is the IP address of a default router for me to use?
  227.  
  228.         What are the IP addresses of three domain nameservers?
  229.  
  230. And, before you start the software installation, do yourself a favor.
  231. Open up your machine and take a good look at the network adapter card.
  232. Write down any strap or switch options that are set.  You'll probably
  233. need them later when you do the software configuration of the driver
  234. for TCP/IP.
  235.  
  236.  
  237. -----------------------------------
  238. (5) Installing IBM's TCP/IP Package
  239. -----------------------------------
  240.  
  241. All the documentation comes with the Base Program.  The other packages
  242. just consist of a folder with disks.
  243.  
  244. It is not initially clear how to proceed, so here's enough to get you
  245. going:
  246.  
  247. Begin with the manual "TCP/IP Version 1.2.1 for OS/2 (Refresh):
  248. Installation and Maintenance".  You install the TCP/IP software first,
  249. then the specific driver software for your Ethernet or Token Ring board.
  250.  
  251. There's a nice little configuration program called ICAT (Installation
  252. and Configuration Automation Tool).  As per instructions, stick in disk
  253. 1 and run ICAT from an OS/2 command line.
  254.  
  255. Push the "Install" button first.  It will give you the opportunity to
  256. install any/all of the options you've ordered (base package, NFS,
  257. X-Windows, X.25, and source packages).  Check off whatever boxes you
  258. want and feed disks as requested.  Go ahead and install everything
  259. you've got.
  260.  
  261. Once everything has been copied to disk, push the "Configure" button of
  262. ICAT.  Now comes the fun stuff.  I'm assuming you have the
  263. documentation, so I'll just give you some hints based on what I did.
  264. There's a numbered list of 6 configuration things to do.  We'll run
  265. down the list.
  266.  
  267. 1.  Configure Network Interface Parameters.  You probably only have one
  268. Ethernet or Token Ring board in your computer, so you only have to fill
  269. in half this screen (the other half is for another board - and up to
  270. two more on a "Next Screen").  Your IP address is whatever was issued
  271. to you by your Friendly Local Network Adminstrator.  If he/she told you
  272. anything about a "Subnet Mask", enter it appropriately.  Leave
  273. "Broadast" and "Destination Address" blank (unless you've been
  274. explicitly instructed otherwise).  For that matter, leave the rest of
  275. the screen untouched unless told otherwise.  Don't forget to check the
  276. little "Enabled" box in the top left corner.  When done, press the
  277. "Menu" button to return to the main Configure menu.
  278.  
  279. 2.  X.25 Parameters.  You're on your own here (I haven't done this),
  280. but it looks straightforward - stick in your IP address.
  281.  
  282. 3.  SLIP Parameters.  This is if you're going to use a serial port for
  283. access, instead of a network adapter (SLIP = Serial Line Internet
  284. Protocol).  Fill in the IP address, and the rest is like setting up the
  285. dialer in a communications program.
  286.  
  287. 4.  Automatic Starting of Services.  Again, the following are
  288. reasonable defaults if (a) you haven't been told otherwise; and (b) you
  289. have the software involved.
  290.  
  291.         DO enable the inetd super server - this is one program which
  292.         runs all the time and spawns off some of the other network
  293.         service programs on an as-needed basis.  This way they don't
  294.         all have to be started at once.
  295.  
  296.         If you want yourself or others to be able to Telnet into this
  297.         machine, enable the Telnet server (BUT SEE NOTES BELOW - THIS
  298.         CAN BE A REAL SECURITY RISK).  This does not influence your
  299.         ability to telnet out of this machine to other machines.
  300.  
  301.         If you want to be able to access files on this machine from
  302.         other machines using the FTP protocol, enable the FTP server.
  303.         This does not influence your ability to use FTP on your machine
  304.         to access other machines.  (SEE NOTES BELOW - THIS IS A
  305.         POTENTIAL SECURITY RISK).
  306.  
  307.         Unless you know otherwise, DO NOT enable TFTP.
  308.  
  309.         I lean towards not enabling rexec and rsh unless there's a
  310.         compelling reason to do so.  THESE ARE A REAL SECURITY RISK.
  311.         Again, this does not affect your ability to rexec or rsh from
  312.         your OS/2 machine to other machines.
  313.  
  314.         If you are going to make a printer attached to your computer
  315.         available to other computers (i.e. your machine will be a
  316.         network print server), enable the lpd server.  NOTE: To prevent
  317.         lpd from printing a banner and control file before each
  318.         document, set lpd to run in the "Foreground" (not via inetd),
  319.         and type in "-b -c" (without the quotes) in the blank for
  320.         arguments.  This is particularly important if you have a
  321.         Postscript printer (since the banner and control files are in
  322.         ASCII, not Postscript, they will mysteriously stuff the
  323.         printer).
  324.  
  325.         If you've got the X-Windows stuff, enable it (leave the
  326.         "Parameters" as it is).
  327.  
  328.         If you're into online typing to people, enable Talk, but
  329.         honestly, why not just use the phone?
  330.  
  331.         Enable the NFS Server if you want other people to access your
  332.         hard disk (SEE SECURITY NOTES BELOW).
  333.  
  334.         Enable NFSCTL if you want to be able to mount other machines'
  335.         disks (but note that they must allow you to do so).
  336.  
  337.         If you have the IP address of a default router on your network,
  338.         you can skip enabling the automatic routing server "routed".
  339.         If you couldn't get such an address from the Local NetNerd, go
  340.         ahead and enable the automatic routing server "routed".  (See
  341.         some further remarks on this below in the "Tuning" section.)
  342.  
  343.         FINALLY, if you're going to receive mail directly onto your
  344.         machine, enable "sendmail".  If you're already receiving mail
  345.         on another machine, this is FAR more trouble than it's worth
  346.         (in my opinion).  With the other software you've got, you'll
  347.         easily be able to read your mail on another machine, so why
  348.         bother with all the sendmail setup stuff (which is relatively
  349.         fierce)?
  350.  
  351. 5.  Configure Services.  I'm going to give hints based on my slightly
  352. net.paranoid approach.  See the security notes below for some details.
  353.  
  354.         Put one and only one entry in the FTP Access Protection:
  355.         anonymous.  (But see further notes in the "Security concerns"
  356.         section below.)
  357.  
  358.         If you're doing X-Windows, X Host Authorization gets the name
  359.         of the machine(s) on which your X "clients" (e.g. main
  360.         programs) will run.
  361.  
  362.         In the X Client Display Variable, enter your OS/2 machine's IP
  363.         address (or Internet name, whichever).  Not the name of the
  364.         host to which you will be connecting, but this very OS/2
  365.         machine's address.  Follow the IP address or machine name with
  366.         ":0" (without the quotes of course).  For example, I entered:
  367.         fiddler.biol.scarolina.edu:0
  368.  
  369.         Fill in the timezone in standard Unixoid format.  See page 95
  370.         of the manual for some of the more popular timezones.
  371.  
  372.         If you will use another machine's printer, enter that machine's
  373.         name and its printer's name.
  374.  
  375.         If you took my advice on rexec, enter nothing in the rexec
  376.         username and password.
  377.  
  378.         Enter nothing in the password field for telnet (BUT SEE THE
  379.         SECURITY NOTES BELOW).
  380.  
  381.         Enter your machine's name in the Hostname field (just the very
  382.         first part of the name: "fiddler" in the case of
  383.         "fiddler.biol.scarolina.edu").  Enter the rest of the name in
  384.         the Domain Name field ("biol.scarolina.edu").
  385.  
  386.         Type in (correctly!) the IP numbers of the (up to) three local
  387.         nameserver machines your Always Cheerful Network Adminstrator
  388.         gave you.
  389.  
  390. 6.  Routing Information.  If you have the IP address of a default
  391. router, enter it here.  Follow the keypress instructions to insert an
  392. entry.  Toggle the "Route Type" field using space, leave "Route
  393. Destination" blank, type in the IP address into "Router", and leave
  394. "Metric count" at 1.  If you do _not_ have the IP address of a default
  395. router, make sure you enabled the "routed" daemon.  Then check below in
  396. the "Tuning" section to see how you can find out your default router's
  397. address later, insert it here, and dispense with "routed."
  398.  
  399. When this is done, go ahead and "Exit" all the way out of the ICAT
  400. program, reassuring it that you really do want it to write this stuff
  401. to disk as it quits.
  402.  
  403.  
  404. -------------------------------------------------
  405. (6) Installing the driver for the network adapter
  406. -------------------------------------------------
  407.  
  408. Once you finish with all that nonsense, you will realize that you
  409. haven't told the software anything about the network adapter you've got.
  410. Time to turn to the "LAN Adapter and Protocol Support Introduction and
  411. Configuration Guide".  Cram in the LAPS disk, and, from an OS/2 command
  412. prompt, start up the "LAPS" program from the floppy.
  413.  
  414. The following discussion assumes you will be using a network adapter
  415. card (either Ethernet or Token-Ring).  If you will be using SLIP (IP
  416. over a serial line with a modem), I suspect things may be a bit
  417. different, but I don't know, I've never tried (as in: "Can you play the
  418. violin?"  "I don't know, I've never tried").  See Appendix A2 below for
  419. some supplementary information on SLIP.  I don't use it, so I haven't
  420. tested this, but give it a whirl.  For now, we'll continue to assume
  421. that you're using a network adapter card...
  422.  
  423. First do the "install" to copy in the software.  Next, go to the
  424. configuration part.
  425.  
  426. What you do is simple: pick one from column A and one from column B.  In
  427. fact, IBM has made it simpler still - there's only one choice in column
  428. B (but you still have to explicitly pick it).  Choose your network
  429. adapter from the Network Adapters list (select and "Add" it).  (If your
  430. network adapter isn't on the list, see the remarks a few paragraphs
  431. below here.)  Then choose the only choice (IBM TCP/IP) from column B.
  432. You've now declared that your network adapter number 0 (the first one)
  433. is of a particular type, and it will run TCP/IP.
  434.  
  435. Now highlight the adapter name in the Current Configuration window and
  436. press "Edit".  Now's your chance to make sure that the hardware options
  437. on your adapter match up with the software's idea of them.  Change
  438. anything that needs changing.  When in doubt, leave it as it was.
  439. Notably, you should probably leave the "Network Adapter Address"
  440. blank.  That number is supplied by the board hardware unless you enter
  441. an overriding number here.
  442.  
  443. Once you're done with the configuration, press "OK" and the proper
  444. configuration will be copied in.
  445.  
  446.  
  447. What if your network adapter isn't "supported"?  That is, you didn't see
  448. it on the LAPS list.  Odds are good that it really is supported.  First
  449. of all, check the documentation - your adapter may emulate an adapter
  450. that is in the LAPS list.  If so, you're home free.  If not, you need to
  451. get hold of an "NDIS driver" for your adapter.  There may be one on a
  452. disk that came with the card.  Alternatively, you may be able to find
  453. one on the ftp-os2.nmsu.edu archive (see the section on downloading CSDs
  454. in this document to see how to access the archive).
  455.  
  456. Once you've got the NDIS driver, you'll need to do a little hand editing
  457. of some configuration information.  The following description is edited
  458. from some advice posted to the Usenet group comp.os.os2.networking by
  459. Kai-Uwe Rommel (rommel@Informatik.TU-Muenchen.DE) regarding the popular
  460. 3Com Etherlink III card (a very fast, excellent Ethernet card, by the
  461. way).  I haven't done this myself, so I don't know how easy it will be
  462. to adapt these instructions to other cards, but take a look at this and
  463. see how it goes...
  464.  
  465.         NDIS drivers for DOS and OS/2 come included with the Etherlink
  466.         III card. I'm not sure if the LAPS install program of the TCP/IP
  467.         package allows "other cards" to be installed, but otherwise
  468.         simply install the Etherlink II drivers first. Then, before
  469.         rebooting, copy ELNK3.OS2 from the Etherlink III driver floppy
  470.         to the same location where ELNKII.OS2 is and replace ELNKII.OS2
  471.         in config.sys by ELNK3.OS2. In the protocol.ini in \IBMCOM, add
  472.  
  473.                 [ELNK3_nif]
  474.                 DriverName = ELNK3$
  475.  
  476.         right below the [ELNKII_nif] section and replace
  477.  
  478.                 Bindings = ELNKII_nif
  479.  
  480.         in the [TCPIP_nif] section by
  481.  
  482.                 Bindings = ELNK3_nif
  483.  
  484.         and it should work after rebooting. You may want to boot DOS and
  485.         run the 3C509 program from the Etherlink III driver disk to set
  486.         up the card to use an IRQ > 8 (i.e. IRQ 10, for example) and set
  487.         the "client type" to a better suited one (you can choose DOS
  488.         client, Windows or OS/2 client or server). If you install the
  489.         Etherlink III in EISA machines, run the 3C509 program to switch
  490.         the card into EISA mode (yes it has one although it is an ISA
  491.         card) and use the EISA setup program and the config files on the
  492.         Etherlink III driver disk to configure it. See Appendix E in the
  493.         Etherlink III manual.
  494.  
  495.  
  496. ------------------
  497. (7) Initial tryout
  498. ------------------
  499.  
  500. Are ya feelin' lucky?  Hope so.  Quit out of LAPS.  Do the standard
  501. OS/2 Shutdown.  Make sure your network adapter is actually plugged into
  502. a network.  Cross fingers and toes.  Start up OS/2.
  503.  
  504. It will take much longer to boot as five zillion networking programs
  505. crank up.  Lots of them will put screens up as they come on.  Once
  506. things are up, you can minimize these screens.  Meanwhile, they will
  507. tell you of your progress.
  508.  
  509. If things really choke and you don't get a boot, well, you knew the job
  510. was dangerous when you took it.  Get an OS/2 guru to boot from a floppy
  511. for you and REM out the line in "startup.cmd" that says "CALL
  512. C:\TCPIP\BIN\TCPSTART.CMD".
  513.  
  514. Assuming things more-or-less come up, try things out.  First, from an
  515. OS/2 command line, try a ping to yourself.  In my case, that's "ping
  516. fiddler.biol.scarolina.edu".  You should get a series of one-liners
  517. once a second informing you that you've sent 64 bytes to yourself and
  518. received it.  Press Control-C to quit that.  If, after you enter your
  519. ping command, you get nothing (the command just hangs there), you've
  520. got a problem: you're unable to find yourself.  Check your machine name
  521. and Internet number using ICAT, and make sure your network adapter
  522. board is properly set up, and the correct parameters are set using
  523. LAPS.
  524.  
  525. One thing you'll want to try (but DON'T) is to double-click on the cute
  526. little INETD icon.  Don't do it.  You'll get a textmode screen with
  527. Inetd's potential clients listed.  That's it.  No menus.  No nothing.
  528. It makes you feel like DOS is back.  Press Alt-Tab or Alt-Esc to get
  529. the hell out of there.  Memorize this, because one day you'll do it
  530. accidentally anyway.  
  531.  
  532. Try telnetting to your local host.  Try an FTP file transfer.  Once FTP
  533. file transfers work, I advise you to take the following step next,
  534. before doing much more playing.
  535.  
  536. Note: unless you've started telnetd and/or ftpd (or have them set
  537. to start from inetd), don't try to telnet and/or ftp to yourself!
  538.  
  539.  
  540. --------------------------------
  541. (8) Downloading CSDs (bug fixes)
  542. --------------------------------
  543.  
  544. My system almost-kinda-sorta worked (flakey is the word that comes to
  545. mind).  Following application of the bug fixes, it works very
  546. smoothly.  So, to avoid wasting time, apply the bug fixes early.
  547. Following is the scoop on how to do this.
  548.  
  549. DON'T BE INTIMIDATED BY THE LENGTH OF THIS SECTION!  Because the CSDs
  550. change with time, this section is verbose to cover different
  551. contingencies.  It's really quite straightforward in practice.  Install
  552. the bug fixes - you'll be very happy you did.
  553.  
  554. 1.  For neatness' sake, make a subdirectory called "csd" (well, don't
  555. listen to me about it, call it "rosebud" if you want).  Do a "cd" to
  556. that directory (all this is done from an OS/2 command line).
  557.  
  558. 2.  Give the command:  ftp ftp-os2.nmsu.edu
  559.  
  560. 3.  If that doesn't work ("host unknown" or "network unknown") you've
  561. got a problem with domain name resolution.  MAybe routed.exe isn't
  562. running or you have a bad DNS nameserver entry?  Ignore that for now,
  563. but fix it later.  Try giving the command:  ftp 128.123.35.151
  564.  
  565. 4.  Log in as user anonymous, with your full login (joe@ace.b.c.edu) as
  566. password.  Yeah, you don't really have a user name ("joe") since you're
  567. on a single-user machine.  Make one up.  For my machine, for example,
  568. I might enter "dean@fiddler.biol.scarolina.edu" (without the quotes).
  569.  
  570. 5.  Give something like the following FTP commands [things in square
  571. brackets are my comments, not parts of the commands]:
  572.  
  573.         binary 
  574.         cd os2/ibm/tcpip                [get to the directory with fixes]
  575.         get tcpcsd1.exe                 [Base TCP/IP package patches] 
  576.         get tcpcsd2.exe 
  577.         get basecsd.doc                 [how to install Base CSDs]
  578.         get nfscsd1.exe                 [if you've got NFS] 
  579.         get nfscsd.doc                  [how to install NFS CSDs]
  580.         get pmxcsd1.exe                 [if you've got X-Windows] 
  581.         get pmxcsd.doc                  [how to install X-Windows CSDs]
  582.  
  583. You may find that some of the CSDs have filenames ending in ".zip"
  584. instead of ".exe".  If so, do the following as well:
  585.  
  586.         cd /os2/2_x/archiver
  587.         get unz50x32.exe                [Info-ZIP unzipper for unpacking] 
  588.  
  589. Quit from FTP with the following command:
  590.  
  591.         bye
  592.  
  593. Of course, this will be out of date soon.  Just look for the most
  594. recent CSD packages in the directory and snarf them.  Likewise for the
  595. Info-Zip unzipper.  You should also check the directories "/os2/new"
  596. and "/uploads": new uploads go there first and may not have made it to
  597. the patches directory yet.  If there are several different CSDs for
  598. products you have, download them all.  Unpack them (see below) each
  599. separately on your machine and check the comments in the installation
  600. scripts for the latest date.
  601.  
  602. 6.  Unpack the suckers.  If you got the unzipper program, just just run
  603. unz50x32.  It will unpack itself into the unzip program.  Each CSD
  604. release seems to be slightly differently packaged, so I'll just give
  605. some general guidelines here.  You can probably install them from your
  606. hard disk, without having to copy them onto floppies (though they are
  607. usually designed to be installed from floppies).  Make a subdirectory
  608. for each type of CSD (for example, I made subdirectories "base", "nfs",
  609. and "pmx") under the directory where you have the zip files.  Then
  610. unpack each bundle into its appropriate subdirectory.
  611.  
  612. If the CSD filename ends in ".exe", things are easy: it will unpack
  613. itself into its component files.  For example, to unpack the Base
  614. packages, I'd do the following:
  615.  
  616.         mkdir base
  617.         cd base
  618.         ..\tcpcsd1
  619.         ..\tcpcsd2
  620.  
  621. If the CSD filename ends in ".zip", you have to explicitly use the
  622. unzip program to unpack the file.  For example (if the CSD files were
  623. called "tcpcsd.base1.zip" and "tcpcsd.base2.zip"):
  624.  
  625.         mkdir base
  626.         cd base
  627.         ..\unzip  ..\tcpcsd.base1
  628.         ..\unzip  ..\tcpcsd.base2
  629.  
  630. Normally, the unzipping leads to the creation of 5-50 updated programs
  631. and files, one of which is an installation script (ending in ".cmd").
  632. In some cases, the zip files will unzip into one or two monolithic
  633. ".exe" programs.  These aren't really standalone programs, but are
  634. self-unpacking zip files.  If, when you're done unpacking the first
  635. level of zip files, you only have one or two huge ".exe" files and you
  636. DO NOT HAVE ANY FILES THAT END IN ".CMD" (i.e. you don't have an
  637. installation script yet), check to see if the couple of huge programs
  638. are actually zip files in disguise.  To do that, run the listing
  639. function of unzip.exe.  For example, to check a hypothetical file
  640. "basecsd.exe", try running:
  641.  
  642.         ..\unzip  -v  basecsd.exe
  643.  
  644. If the unzip program barfs, it's not a zip file.  If you get a nice
  645. listing of lots of filenames, you can unzip the archive by simply
  646. running the program.  For example:
  647.  
  648.         basecsd
  649.  
  650. Don't do any of this fussing if there's a ".cmd" file in the directory
  651. from your inital unzipping - that's probably the installation script
  652. which will take care of the next level of unzipping for you.
  653.  
  654. 7.  Check the installation scripts.  I've found two types.  One is a
  655. pretty elaborate script that quite neatly checks your system out and
  656. installs the CSDs from the hard drive directory.  These longer scripts
  657. are over 100 lines long.  If there are just a few files that need
  658. copying, there may be a short script instead.  In some cases, these
  659. short scripts are "hardwired" to copy from the A: drive (tacky!).  A
  660. quick edit of any offending lines takes care of the problem.  For
  661. example, changing the line:
  662.  
  663.         copy 'A:nfsctl.exe' BASE'\bin\nfsctl.exe'
  664.  
  665. to read:
  666.  
  667.         copy 'nfsctl.exe' BASE'\bin\nfsctl.exe'
  668.  
  669. converts the command so that it will run from the hard drive instead of
  670. needing to be put on a floppy.
  671.  
  672. 8.  Now you've got your CSDs (bug fixes) on disk, ready to install.  You
  673. have to first REM out a couple of lines in your startup scripts, then
  674. reboot.  Otherwise, OS/2 will refuse to let you update programs that are
  675. currently running.  Using your favorite editor, edit your c:\config.sys.
  676. Find the line that runs CNTRL.EXE.  Insert REM (followed by a space)
  677. before it.  Save the file (as Plain Text, if you're asked).  I found
  678. that I also had to edit the file c:\startup.cmd and REM out the line
  679. that reads "CALL C:\TCPIP\BIN\TCPSTART.CMD".
  680.  
  681. Now reboot.
  682.  
  683. Why not do all this before even rebooting once?  Because applying the
  684. CSD depends on a lot of networking environment that is set up in the
  685. main config.sys file, so you've got to have booted with the networking
  686. stuff installed but REMed out for the CSD to apply properly.
  687.  
  688. 9.  If you're lucky, IBM will have included a "*.doc" file that will
  689. give you some hints on how to install each CSD.  If so, read the file,
  690. and read the hints in the next paragraph.  Between them all, decide how
  691. to install the CSDs.
  692.  
  693. In the absence of an official "*.doc" file, you're on your own.  Each
  694. CSD has its own handy install script.  Go to each CSD's subdirectory
  695. and run the something-or-other.CMD file.  For example, for the Base
  696. Package it might be basecsd.cmd; for NFS it might be nfscsd.cmd; for
  697. X-Windows it might be installx.cmd (thanks for the consistency, guys).
  698. Or it may be called something new and exciting.  Basically all that
  699. these do is copy over a bunch of new versions of programs on top of the
  700. old ones.  As far as I can tell, they don't meddle with initialization
  701. setups.  [Late note on that - one of the newer CSDs does install a new
  702. xinit.cmd, but quite politely informs you that it is moving your old
  703. one to "xinitbak.cmd".]
  704.  
  705. 10. With your trusty editor, remove the REMs from config.sys and
  706. startup.cmd.
  707.  
  708. 11. Reboot OS/2 to a far less bugfull networking setup.
  709.  
  710. 12. Periodically check in at ftp-os2 for new CSDs.  Apply as above and
  711. they will overwrite whatever is needed to bring you up to date.  Note
  712. that later CSDs make earlier CSDs obsolete: each CSD is complete.  You
  713. do NOT need to install the whole chronological string of CSDs to get up
  714. to date.  The latest CSD will do everything that any earlier CSDs did.
  715.  
  716.  
  717. -------------------
  718. (9) A few reminders
  719. -------------------
  720.  
  721. If you want to mount part of a Unix box's disk, the Unix machine will
  722. need an entry in its /etc/exports file describing what you're allowed
  723. to mount.  Similarly, your OS/2 system's \tcpip\etc\exports file will
  724. have to list systems you allow to mount your disks (SEE SECURITY NOTES
  725. BELOW).
  726.  
  727. If you want to redirect printer output from your machine to an LPD
  728. program on some other machine, you'll have to start up an lprmon process
  729. for each of the printer ports you wish to redirect.  See the manual for
  730. the syntax.  The trick is where to put the startup commands.  If you
  731. don't mind seeing the lprmon windows appear at boot time, edit the file
  732. \startup.cmd and insert the command(s) there.  That's a better solution
  733. than putting them in \tcpip\bin\tcpstart.cmd, since tcpstart.cmd gets
  734. clobbered if you rerun ICAT to reconfigure your setup.  If you are going
  735. to edit your tcpstart.cmd file anyway (see the section below on tuning
  736. for reasons you might do that), go ahead and stick them into
  737. tcpstart.cmd.
  738.  
  739. Note that there's a weirdness associated with lprmon: it apparently
  740. cannot monitor a port that has a larger-than-default buffer size.  So
  741. make sure that you check the PRINTMONBUFSIZE in your \config.sys.  For
  742. any port(s) on which you will run lprmon make sure that the buffer size
  743. is left on the default setting (134).  For example, a vanilla version
  744. should be: PRINTMONBUFSIZE=134,134,134
  745.  
  746.  
  747. ----------------------
  748. (10) Security concerns
  749. ----------------------
  750.  
  751. You are now a node on the Internet (assuming you've hooked up to an
  752. Internet-worked network).  That means you have to be security conscious.
  753. You don't have to be an international bank to be chosen as a victim.
  754. There really are people out there trying to break into whatever
  755. computers they can.  You don't want to leave yourself open to that.
  756.  
  757. Furthermore, if your computer is ever broken into, you stand a far
  758. better chance of getting sympathetic help if you didn't leave it wide
  759. open in the first place.  If I leave my door open and someone walks in
  760. and takes things, they are still doing wrong, but I'd be more likely to
  761. get sympathetic help had I locked the door.
  762.  
  763. I will outline the approach I've taken to setting up our OS/2 systems.
  764. I AM NOT A UNIX OR NETWORK SECURITY EXPERT.  Just for good measure, I'll
  765. say that again:  I AM NOT A UNIX OR NETWORK SECURITY EXPERT.  I've done
  766. enough reading to know that (a) it matters; and (b) security holes can
  767. be very subtle.  So don't necessarily believe what I'm recommending.  I
  768. welcome comments (but I will not open a debate on the morality of
  769. computer breakins).
  770.  
  771. 1.  Enable Telnet but only with the real password option.  The default
  772. password option offered is very weak.  It requires a single password
  773. that is readable by anyone who has access to the system.  VERY WEAK.
  774. But, buried deep is a better solution.  On page 72-73 of the
  775. Installation and Maintenance Manual is the description of how to set up
  776. telnet to require a Unix-style password file.  Now, Unix-style passwords
  777. are far from hyper-secure, but they're better than a clear-text
  778. "password"!  Perversely, IBM doesn't provide you with a program to make
  779. the passwd file: you'll need to copy an /etc/passwd file from a Unix
  780. host.  But you've probably got a login on a Unix machine - you can use
  781. its password file.
  782.  
  783. Follow the directions to install the passwd file and shuffle in a
  784. different version of the login.exe program on OS/2.
  785.  
  786. In general, don't depend on any of the so-called "passwords" that appear
  787. in environmental varibles.  World-visible passwords are a (bad) joke.
  788.  
  789. 2.  Disable incoming FTP except for the very restricted "anonymous"
  790. account.  Your TRUSERS file should look like this:
  791.  
  792.         user:  anonymous
  793.         rd:    c:\anonymous
  794.         wr:    c:\anonymous
  795.  
  796. Make sure to create the directory c:\anonymous.  Someone can stuff your
  797. system by filling disk's c:\anonymous directory with garbage, but that's
  798. relatively benign.  If that's a problem, remove "c:\anonymous" from the
  799. "wr:" field.  How can anyone FTP a file into your machine if you don't
  800. even let them have ftp write access to "\anonymous"?  With this setup, a
  801. really trusted user can have an entry in the Unix-style passwd file.
  802. Then she or he can telnet into your machine and run FTP on your machine
  803. to suck the file in.
  804.  
  805. Don't have anything else in the TRUSERS file.  The idea of unencoded
  806. passwords is ludicrous.
  807.  
  808. [Supplementary note added later:] Perhaps the above approach is a
  809. little harsh.  It turns out that FTP will not allow reading or writing
  810. of the TRUSERS file.  Hence, you _could_ put other entries into the
  811. TRUSERS file and an FTP-logged-in person couldn't pilfer the TRUSERS
  812. file itself.  NOTE however, that TRUSERS will be accessible to any NFS
  813. or Telnet users, so passwords there are still available.  You decide.
  814. Personally, it makes me too nervous.
  815.  
  816. 3.  Don't enable the rexecd server.  It depends on clear-text passwords
  817. in the environment or in the NETRC file.  People can Telnet in through
  818. the passwd-protected telnet, then execute the command.  Same goes for
  819. the rshd server.
  820.  
  821. Come on.  Do you really want Joe Unwashed-behind-the-ears to be able to
  822. do "rexec yourmachine del c:\*"?  And then giggle a bit.  Yup, that
  823. could happen.
  824.  
  825. 4.  Don't enable the TFTP daemon "tftpd" unless you really need it for
  826. some obscure reason.  FTP does the job.
  827.  
  828. 5.  Vanilla NFS is well known to be full of security holes.  You'll
  829. notice the tight security demanded by the Unix host: give it a UID and
  830. GID number and that's who you are.  Cute.  I'd be very wary about giving
  831. write permission to my disk.
  832.  
  833. REMEMBER: THERE ARE NO ACCESS CONTROLS ONCE SOMEONE HAS ACCESS TO YOUR
  834. OS/2 SYSTEM.  No files are protected from reading or deletion.  Once
  835. someone is into your system, they can happily read any of your setup
  836. files in \tcpip\etc (which could [if you're naive] contain real live
  837. readable passwords).  They can also read your \config.sys and
  838. tcpstart.cmd files, in case they missed a password or two.
  839.  
  840. The only people I want to have write access to my system are people
  841. who've passed the (really minimal!) test of having logged in past the
  842. Telnet-with-Unix-style-passwords.
  843.  
  844.  
  845. ----------------------
  846. (11) Tuning your setup
  847. ----------------------
  848.  
  849. Following are a few hints and suggestions that may help your networking
  850. system work better.  Where I remembered, I've attributed suggestions to
  851. the people who suggested them.  In most cases, these suggestions
  852. appeared on the Usenet newsgroup comp.os.os2.networking.  I have edited
  853. many/most of these for conciseness and format, so I'm to blame if I've
  854. screwed them up (sorry).  My apologies to those whom I forgot!
  855.  
  856.  
  857. 1. If you edit any of the installation scripts yourself, note that IBM
  858. uses an undocumented syntax.  They use "attrib file parameters" instead
  859. of "attrib parameters file".  This works fine unless you use 4OS2 (a
  860. command-line enhancer).  If you do, start up an unenhanced cmd shell
  861. first.  (mathelmr@nuscc.nus.sg (Helmer Aslaksen))
  862.  
  863.  
  864. 2. After the initial thrill wears off, you'll wish there was some way to
  865. get OS/2 to stick all the networking windows into the Minimized Window
  866. Folder automatically at boot time.  Following is a scheme for doing so.
  867. The basic idea is to stop tcpstart.cmd from being run in the
  868. \startup.cmd script (running it as a "Startup" folder object instead)
  869. and get all the programs started minimized, instead of as normal
  870. windows.  (sip1@midway.uchicago.edu (Timothy F. Sipples),
  871. mathelmr@nuscc.nus.sg (Helmer Aslaksen), others)
  872.  
  873.         A) Edit \startup.cmd and put a REM in front of the line that
  874.         runs the tcpstart.cmd script.  Add an "exit" to the end of the
  875.         \startup.cmd file (if you want its window to vanish, too).  In
  876.         fact (if nothing else is started in that file) instead of
  877.         editing it, you can just move it to \startup.old and forget
  878.         about it.
  879.  
  880.         B) From the desktop, open the "OS/2 System" object, then the
  881.         "Startup" object within that.
  882.  
  883.         C) From the "Drives" object, open up directories until you have
  884.         an icon view of the \tcpip\bin directory.  Click the right mouse
  885.         button once on the \tcpstart.cmd script.  Using the resulting
  886.         popup menu, create a shadow of the object, selecting the
  887.         "Startup" window to be its location.  The reason for doing A-C
  888.         is that things in the "Startup" folder start up late enough in
  889.         the boot process that they start after the Minimized Window
  890.         Viewer is in place.  Otherwise, you get icons across the bottom
  891.         of the desktop (eeeeww!).
  892.  
  893.         D) Now edit the file \tcpip\bin\tcpstart.cmd.  Wherever you see
  894.         a "start ..." line, change it to "start /min ...".  That will
  895.         cause the programs to start minimized.  NOTE: Check this file
  896.         again any time you run ICAT: your changes may get blown away
  897.         so that you'll have to reinsert the "/min"s.
  898.  
  899.         E) For any line in tcpstart.cmd that starts "call ...", edit the
  900.         script that gets called.  In those scripts, again change "start
  901.         ..." lines to "start /min ...".  Check this also after running
  902.         ICAT.
  903.  
  904. 3. Some of the networking software doesn't actually need to be run as a
  905. subprocess of a "cmd" process.  For these cases, rather than issuing a
  906. "start ..." or a "start /min ..." to kick them off, you can issue a
  907. "detach ...".  For some processes (ones that have certain requirements
  908. for interaction with keyboard and display), this won't work.
  909. Experiment with it, though, you can save some memory that way.  I've
  910. found that it works with lprmon, lpd (run standalone, not via inetd),
  911. portmap, and nfsd.  It does not work with telnetd.  I think it works
  912. with inetd itself, but if inetd starts telnetd for you, then telnetd is
  913. stuffed.  Hence, I gave up on inetd.  Others, you're on your own...
  914.  
  915. 4. If you have already put a default router's IP address into your
  916. configuration, you're probably not running routed.  If you are running
  917. routed, however, you may be able to discover what your default router
  918. is, insert its address, and stop running routed.  After you've been
  919. doing network things for a while (including pinging or ftping some
  920. remote sites), give the following command from an OS/2 command window:
  921.  
  922.         netstat -r
  923.  
  924. Look for an entry that begins with "default".  You guessed it: use that
  925. IP address as your default router address.  Use ICAT to edit your
  926. network configuration: turn off "routed" and configure the default
  927. router's IP address into the Routing Information section.  (Routed
  928. information: assela@rpi.edu (Andre Asselin))
  929.  
  930. 5. The networking software sucks memory.  If you have 8 Mb or less of
  931. memory, your performance will go down noticeably (but far from fatally)
  932. as OS/2 swaps things in and out more often.  Don't need the TELNET
  933. server?  Close it.  Don't need the FTP server?  Shut it down.  Don't
  934. need the TALK daemon?  Get rid of it.  Mailer unnecessary?  Leave it
  935. aside.  Only use X Windows occasionally?  Start up the PMX daemon "by
  936. hand" when you need it.  That said, we find that full blown TCP/IP does
  937. quite well in (true) 9 MB.  The extra megabyte appears to make all the
  938. difference in the world.  If you don't run with everything but the
  939. kitchen sink, 8 MB is viable.  The 2.1 release should improve on that
  940. even more [since IBM is making efforts to make the OS/2 base use up
  941. less memory].  Pay attention to cache sizes, by the way: a disk cache
  942. that is too large will actually decrease performance.
  943. (sip1@midway.uchicago.edu (Timothy F. Sipples))  Our experience is that
  944. beefing up our systems to 16 Mb made things run _far_ more nimbly: the
  945. near-continual disk grinding stopped and the agonizing pauses went
  946. away.
  947.  
  948.  
  949. --------------------------------
  950. (12) Interesting TCP/IP software
  951. --------------------------------
  952.  
  953. There is a plethora of free software available on the Internet.  One of
  954. the largest repositories of OS/2 software is the machine:
  955. ftp-os2.nmsu.edu.  Access it using anonymous FTP.  That is, connect to
  956. it using ftp (give the command: ftp ftp-os2.nmsu.edu) and give the user
  957. name "anonymous" (without the quotes) when prompted for a user ID.
  958. When prompted for a password, give your email address.  See the manual
  959. entries on the FTP program for more details.  Also see part (8) of this
  960. document for an example of downloading some files using FTP.
  961.  
  962. Following are some pointers to useful TCP/IP-oriented programs (and
  963. some other "indispensables") that can be downloaded from ftp-os2 or
  964. other archive sites.  The filenames are indented under the names of the
  965. directories under which they are found on ftp-os2 - locations may vary
  966. on other archives.  A "*" for the filename indicates that there are
  967. several files in that directory that are relevant.
  968.  
  969. os2/all/info/faq/
  970.         *             The OS/2 Frequently Asked Questions (with answers!)
  971. os2/ibm/ews/
  972.         gopher.zip    PM client for the Internet Gopher Client
  973.         goserv.zip    A Gopher Server protocol for OS/2 2.x
  974. os2/2_x/network/
  975.         nistime.zip   Update time/date from NIST Internet server
  976.         os2gofer.zip  Gopher client for OS/2 PM (requires VREXX & TCP/IP)
  977.         os2nosv4.zip  TCP/IP for OS/2 (via SLIP) - text-based
  978.         passwd.zip    IBM TCP/IP passwd file maintenance utilities
  979.         slip20b1.zip  Better performing SLIP for IBM TCP/IP 1.2.1
  980.         tcpstart.txt  This document you're reading now!
  981.         tn_enh11.zip  Enhancement for IBM OS/2 2.0 telnet daemon
  982.         wsos21.zip    Novell Netware Requester 2.01 for OS/2, Disk 1 of 3
  983.         wsos22.zip    Novell Netware Requester 2.01 for OS/2, Disk 2 of 3
  984.         wsos2d.zip    Novell Netware Requester 2.01 for OS/2, Disk 3 of 3
  985.         nsd202.zip    Novell Service Diskette (NSD #2) for WorkStation Kit
  986. os2/2_x/network/ndis/
  987.         *             NDIS drivers for many Ethernet cards
  988. os2/all/network/ndis/
  989.         *             NDIS drivers for many Ethernet cards
  990. os2/ibm/tcpip/
  991.         *             Home of "official" IBM bug fixes to TCP/IP
  992. os2/2_x/patches/
  993.         *             Home of more CSDs and bug fixes
  994. os2/2_x/unix/unixutil/
  995.         elvis172.zip  Elvis 1.7, a vi clone (for Unix devotees)
  996.         xfeel11.zip   A utility to make PM behave like X-Windows
  997.  
  998.  
  999. --------------
  1000. (13) Good luck
  1001. --------------
  1002.  
  1003. That's about it for now, folks.  Read the IBM manuals - they're actually
  1004. not too bad.  Not hold-your-handish, but most of what you need is
  1005. (somewhere) in there.  
  1006.  
  1007. Best of luck with networking.  Maybe we'll ping each other one day...
  1008.  
  1009.  
  1010. ---------------------------------------------------
  1011. (A1) Appendix I: Coexistence of TCP/IP with Netware
  1012. ---------------------------------------------------
  1013.  
  1014. Personally, it's hard for me to believe, but apparently there's this
  1015. other networking scheme out there by this little startup called
  1016. Novell...  I haven't needed to interact with a Novell network, but lots
  1017. of people do.  I've collected some of the postings from the Usenet
  1018. newsgroup comp.os.os2.networking that address this issue.  I hope that
  1019. they will help you get things working if you need to access TCP/IP and
  1020. Novell.
  1021.  
  1022. I have edited the text for brevity and consistency, so please pardon any
  1023. errors I may have introduced in the process.  Thanks go entirely to the
  1024. original posters of these messages - I've done nothing but copy their
  1025. work.
  1026.  
  1027.  
  1028. ********************************************************************
  1029. From: ccherry@vnet.ibm.com
  1030. Organization: IBM Boca Programming Center
  1031. Date: Wed, 27 Jan 93 23:53:32 GMT
  1032.  
  1033. Install the NetWare requester. Then install LAN Adapter Protocol Support
  1034. (LAPS). This came with your TCP/IP disks. Choose NetWare Requester
  1035. support if it is available. Next install TCP/IP Support.
  1036.  
  1037. If your version of LAPS offered NetWare requester support, double click
  1038. on the NetWare line and a dialog will appear. The first line will be for
  1039. the universal address of your Ethernet card.  Enter that number and exit
  1040. LAPS.  Alternately, you can edit the LANADDRESS = line in
  1041. \IBMCOM\PROTOCOL.INI
  1042.  
  1043. If LAPS did not have NetWare support, you must follow the directions in
  1044. Chapter 6 of the NetWare Requester for OS/2 manual.
  1045.  
  1046. Good luck!
  1047.  
  1048.  
  1049. ********************************************************************
  1050. From: davbur@joyner.lib.ecu.edu (David L. Burke)
  1051. Organization: UNC Educational Computing Service
  1052. Date: Mon, 25 Jan 1993 23:54:56 GMT
  1053.  
  1054. Hope this stuff helps, guys.  It was a bitch, but I got Requester to
  1055. work with TCP/IP for OS/2 1.2.1.  Below are The Big Three:  CONFIG.SYS,
  1056. NET.CFG, and PROTOCOL.INI.
  1057.  
  1058. Before I say anything else, I hope to hell that after making these
  1059. changes that your machine doesn't boot up with a register dump or some
  1060. stupid message like "unable to locate Country.sys," or anything else
  1061. which stops you in your tracks.  Please make sure you have a floppy boot
  1062. disk handy (I prefer makeboot.cmd myself.)  Good luck.
  1063.  
  1064. General points:  Don't let ICAT or LAPS alter your config.sys.  Add the
  1065. appropriate lines and include \TCPIP... and \IBMCOM...  in the necessary
  1066. path statements.
  1067.  
  1068. Setup:  I'm using an NE2000 NIC (there's a NE2000.NIF on hobbes for
  1069. LAPS).  This setup works with 2.1b (as long as OS/2 is not loaded on
  1070. Drive E: for some wierd reason).  I'm superstitious about the INET.SYS
  1071. and IFNDIS.SYS files, making sure I use the same ones with each new
  1072. install.  Don't have any idea why that is though.
  1073.  
  1074. * * * * * *
  1075. * CONFIG.SYS  (Notice that all the TCPIP and IBMCOM stuff is at the end of 
  1076. *             the file, after the requester stuff.)
  1077. * * * * * *
  1078. IFS=D:\OS2\HPFS.IFS  /CACHE:512 /CRECL:4 /AUTOCHECK:D
  1079. PROTSHELL=D:\OS2\PMSHELL.EXE
  1080. SET USER_INI=D:\OS2\OS2.INI
  1081. SET SYSTEM_INI=D:\OS2\OS2SYS.INI
  1082. SET OS2_SHELL=D:\OS2\CMD.EXE
  1083. SET AUTOSTART=PROGRAMS,TASKLIST,FOLDERS,CONNECTIONS
  1084. SET RUNWORKPLACE=D:\OS2\PMSHELL.EXE
  1085. SET COMSPEC=D:\OS2\CMD.EXE
  1086. LIBPATH=.;D:\OS2\DLL;D:\OS2\MDOS;D:\;D:\OS2\APPS\DLL;D:\NETWARE;
  1087. D:\TCPIP\DLL;D:\IBMCOM\DLL;D:\TALKTHRU\PROGRAMS;
  1088. SET PATH=D:\OS2;D:\OS2\SYSTEM;D:\OS2\MDOS\WINOS2;D:\OS2\INSTALL;
  1089. D:\;D:\OS2\MDOS;D:\OS2\APPS;L:\OS2;P:\OS2;D:\NETWARE;D:\TCPIP\BIN;
  1090. D:\IBMCOM;d:\tools\utilities;D:\TALKTHRU\PROGRAMS;
  1091. SET DPATH=D:\OS2;D:\OS2\SYSTEM;D:\OS2\MDOS\WINOS2;D:\OS2\INSTALL;
  1092. D:\;D:\OS2\BITMAP;D:\OS2\MDOS;D:\OS2\APPS;D:\NETWARE;D:\IBMCOM;
  1093. SET PROMPT=$i[$p]
  1094. SET HELP=D:\OS2\HELP;D:\OS2\HELP\TUTORIAL;D:\TCPIP\HELP;
  1095. SET GLOSSARY=D:\OS2\HELP\GLOSS;
  1096. SET IPF_KEYS=SBCS
  1097. PRIORITY_DISK_IO=YES
  1098. FILES=20
  1099. SET DIRCMD=/O:GN
  1100. DEVICE=D:\OS2\TESTCFG.SYS
  1101. DEVICE=D:\OS2\DOS.SYS
  1102. DEVICE=D:\OS2\PMDD.SYS
  1103. BUFFERS=30
  1104. IOPL=YES
  1105. DISKCACHE=512,LW
  1106. MAXWAIT=3
  1107. MEMMAN=SWAP,PROTECT
  1108. SWAPPATH=D:\OS2\SYSTEM 2048 2048
  1109. BREAK=OFF
  1110. THREADS=256
  1111. PRINTMONBUFSIZE=134,134,134
  1112. COUNTRY=001,D:\OS2\SYSTEM\COUNTRY.SYS
  1113. SET KEYS=ON
  1114. REM SET DELDIR=C:\DELETE,512;D:\DELETE,512;
  1115. BASEDEV=PRINT01.SYS
  1116. BASEDEV=IBM1FLPY.ADD
  1117. BASEDEV=IBM1S506.ADD
  1118. BASEDEV=OS2DASD.DMD
  1119. SET BOOKSHELF=D:\OS2\BOOK
  1120. SET EPMPATH=D:\OS2\APPS
  1121. SET FAXPM=D:\OS2\APPS
  1122. REM DEVICE=D:\OS2\APPS\SASYNCDA.SYS 
  1123. PROTECTONLY=NO
  1124. SHELL=D:\OS2\MDOS\COMMAND.COM D:\OS2\MDOS /P /E:1024
  1125. FCBS=16,8
  1126. RMSIZE=640
  1127. DEVICE=D:\OS2\MDOS\VEMM.SYS    
  1128. DOS=LOW,NOUMB
  1129. DEVICE=D:\OS2\MDOS\VDPX.SYS    
  1130. DEVICE=D:\OS2\MDOS\VXMS.SYS /UMB
  1131. DEVICE=D:\OS2\MDOS\VDPMI.SYS    
  1132. DEVICE=D:\OS2\MDOS\VWIN.SYS    
  1133. DEVICE=D:\OS2\MDOS\VCDROM.SYS    
  1134. REM DEVICE=D:\OS2\PCMCIA.SYS 
  1135. REM DEVICE=D:\OS2\MDOS\VPCMCIA.SYS 
  1136. DEVICE=D:\OS2\MDOS\VMOUSE.SYS    
  1137. DEVICE=D:\OS2\POINTDD.SYS 
  1138. DEVICE=D:\OS2\MOUSE.SYS SERIAL=COM1 
  1139. DEVICE=D:\OS2\COM.SYS                                
  1140. DEVICE=D:\OS2\MDOS\VCOM.SYS                                
  1141. CODEPAGE=437,850
  1142. DEVINFO=KBD,US,D:\OS2\KEYBOARD.DCP
  1143. SET VIDEO_DEVICES=VIO_SVGA
  1144. DEVICE=D:\OS2\MDOS\VSVGA.SYS
  1145.  
  1146. REM --- NetWare Requester statements BEGIN ---
  1147. DEVICE=D:\NETWARE\LSL.SYS
  1148. RUN=D:\NETWARE\DDAEMON.EXE
  1149. DEVICE=D:\NETWARE\NE2000.SYS
  1150. DEVICE=D:\NETWARE\IPX.SYS
  1151. DEVICE=D:\NETWARE\SPX.SYS
  1152. RUN=D:\NETWARE\SPDAEMON.EXE
  1153. rem DEVICE=D:\NETWARE\NMPIPE.SYS
  1154. rem DEVICE=D:\NETWARE\NPSERVER.SYS
  1155. rem RUN=D:\NETWARE\NPDAEMON.EXE NP_COMPUTERNAME
  1156. DEVICE=D:\NETWARE\NWREQ.SYS
  1157. IFS=D:\NETWARE\NWIFS.IFS
  1158. RUN=D:\NETWARE\NWDAEMON.EXE
  1159. DEVICE=D:\NETWARE\NETBIOS.SYS
  1160. RUN=D:\NETWARE\NBDAEMON.EXE
  1161. DEVICE=D:\NETWARE\VIPX.SYS
  1162. DEVICE=D:\NETWARE\VSHELL.SYS
  1163. REM --- NetWare Requester statements END ---
  1164.  
  1165. REM  Below is all the TCPIP and IBMCOM stuff (not before!)
  1166. DEVICE=D:\IBMCOM\LANMSGDD.OS2 /I:D:\IBMCOM
  1167. DEVICE=D:\IBMCOM\PROTMAN.OS2 /I:D:\IBMCOM
  1168. rem  DEVICE=D:\IBMCOM\MACS\NE2000.OS2 /I:D:\IBMCOM
  1169.  
  1170. DEVICE=D:\NETWARE\ODINSUP.SYS
  1171. RUN=D:\IBMCOM\PROTOCOL\NETBIND.EXE
  1172. RUN=D:\IBMCOM\LANMSGEX.EXE
  1173.  
  1174. SET ETC=D:\TCPIP\ETC
  1175. SET TMP=D:\TCPIP\TMP
  1176. DEVICE=D:\IBMCOM\PROTOCOL\IFNDIS.SYS
  1177. DEVICE=D:\IBMCOM\PROTOCOL\INET.SYS
  1178. RUN=D:\TCPIP\BIN\CNTRL.EXE
  1179.  
  1180. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
  1181. DEVINFO=SCR,VGA,D:\OS2\VIOTBL.DCP
  1182.  
  1183.  
  1184. * * * * * *
  1185. * NET.CFG  (nothing special here)
  1186. * * * * * *
  1187. Link driver ne2000
  1188.    protocol ipx 8137 ethernet_ii
  1189.    frame ethernet_ii
  1190.    int 5
  1191.    port 360
  1192.    node address 1B198826
  1193.   
  1194. netware requester
  1195.     preferred ecu_joyner_library
  1196.  
  1197. protocol odinsup
  1198.     bind ne2000
  1199.  
  1200. link support 
  1201.     buffers 16 1514
  1202.  
  1203.  
  1204. * * * * * *
  1205. * PROTOCOL.INI (Don't worry about the LAPS settings during install.  They 
  1206. *               only write to the PROTOCOL.INI as far as I know.)
  1207. * * * * * *
  1208. [PROT_MAN]
  1209.  DriverName = PROTMAN$
  1210.  
  1211. [IBMLXCFG]
  1212.  NE2000_nif = NE2000.nif
  1213.  TCPIP_nif = TCPIP.nif
  1214.  
  1215. ;*----------------------------------------------*
  1216. ;*------------- PROTOCOL SECTION ---------------*
  1217. ;*----------------------------------------------*
  1218.  
  1219. [TCPIP_nif]
  1220.  DriverName = TCPIP$
  1221. ; Bindings = NE2000_nif
  1222.  Bindings = NE2000
  1223.  
  1224. ;*----------------------------------------------*
  1225. ;*--------------- MAC SECTION ------------------*
  1226. ;*----------------------------------------------*
  1227.  
  1228. [NE2000]
  1229.  
  1230. [NE2000_nif]
  1231.  DriverName = MS2000$
  1232.  IOBASE = 0x360
  1233.  INTERRUPT = 5
  1234.  
  1235.  
  1236. ********************************************************************
  1237. From: loflin@emx.cc.utexas.edu (Don Loflin)
  1238. Organization: The University of Texas at Austin, Austin, Texas
  1239. Date: 28 Jan 1993 08:55:21 -0600
  1240.  
  1241. I found the following settings to be the most crucial, especially the
  1242. "protocol odinsup / bind ne2000" part, which the ODINSUP readme claimed
  1243. was optional if you only had 1 ODI driver loaded (e.g. it would bind to
  1244. the only driver found).  
  1245.  
  1246. * * * * *
  1247. * NET.CFG
  1248. * * * * *
  1249. protocol odinsup
  1250.     bind ne2000
  1251.  
  1252. * * * * *
  1253. * PROTOCOL.INI
  1254. * * * * *
  1255. [TCPIP_nif]
  1256.  Bindings = NE2000
  1257.  
  1258.  
  1259. ********************************************************************
  1260. From: RZHM@rz.uni-osnabrueck.DE (Helmut Meyhoefer)
  1261. Organization: Computing Center
  1262. Date: Thu, 28 Jan 1993 13:38:27 GMT
  1263.  
  1264. This is my configuration for CM, TCPIP and NW Requester with NSD201.  No
  1265. problems.
  1266.  
  1267. * * * * *
  1268. * CONFIG.SYS
  1269. * * * * *
  1270.  
  1271. IFS=C:\OS2\HPFS.IFS /CACHE:384 /CRECL:4 /AUTOCHECK:CDE
  1272.  
  1273. REM ******* LAPS:
  1274. RUN=C:\OS2\INSTALL\IBMLANLK.EXE C:\OS2\INSTALL\IBMLANLK.LST
  1275.  
  1276. RUN=C:\OS2\XCOPY.EXE C:\OS2\OS2*.INI E:\OS2\IniSave
  1277. PROTSHELL=C:\OS2\PMSHELL.EXE
  1278. SET RESTARTOBJECTS=STARTUPFOLDERSONLY
  1279. SET USER_INI=C:\OS2\OS2.INI
  1280. SET SYSTEM_INI=C:\OS2\OS2SYS.INI
  1281. SET OS2_SHELL=C:\OS2\CMD.EXE
  1282. SET AUTOSTART=PROGRAMS,TASKLIST,FOLDERS
  1283. SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  1284. SET COMSPEC=C:\OS2\CMD.EXE
  1285. LIBPATH=.;C:\OS2\DLL;C:\MUGLIB\DLL;C:\OS2\MDOS;E:\CMLIB\DLL;C:\;C:\OS2\APPS\DLL;C:\IBMCOM\DLL;E:\NETWARE;E:\TCPIP\DLL;
  1286. SET PATH=C:\OS2;C:\OS2\CMD;C:\MUGLIB;C:\OS2\SYSTEM;D:\SYSTEM;C:\OS2\MDOS\WINOS2;E:\CMLIB;E:\CMLIB\APPN;C:\OS2\INSTALL;C:\;C:\OS2\MDOS;C:\OS2\APPS;L:\OS2;P:\OS2;E:\NETWARE;E:\TCPIP\BIN;
  1287. SET DPATH=C:\OS2;C:\MUGLIB\DLL;E:\CMLIB;E:\CMLIB\APPN;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;C:\;C:\OS2\BITMAP;C:\OS2\MDOS;C:\OS2\APPS;C:\IBMCOM;E:\NETWARE;L:\OS2;
  1288. SET PROMPT=$e[32;40m$e[1mrc=$r [$p] $i$e[0m
  1289. SET HELP=E:\CMLIB\APPN;C:\OS2\HELP;C:\OS2\HELP\TUTORIAL;E:\TCPIP\HELP;
  1290. SET GLOSSARY=C:\OS2\HELP\GLOSS;
  1291. SET THE_HELP=D:\OS2\UTILS\THE\OS2.HLP
  1292. SET THE=D:\OS2\UTILS\THE\PROFILE.THE
  1293. SET DIRCMD=/O:GN
  1294. PRIORITY_DISK_IO=YES
  1295. FILES=20
  1296. DEVICE=C:\OS2\R0CSDD.SYS
  1297.  
  1298. REM ******* LAPS:
  1299. DEVICE=C:\OS2\INSTALL\IBMLANLK.SYS C:\OS2\INSTALL\IBMLANLK.LST
  1300. DEVICE=C:\IBMCOM\LANMSGDD.OS2 /I:C:\IBMCOM
  1301. DEVICE=C:\ibmcom\protman.os2 /I:C:\ibmcom
  1302.  
  1303. DEVICE=C:\OS2\TESTCFG.SYS
  1304. DEVICE=C:\OS2\DOS.SYS
  1305. DEVICE=C:\OS2\PMDD.SYS
  1306. BUFFERS=30
  1307. IOPL=YES
  1308. DISKCACHE=64,LW
  1309. MAXWAIT=3
  1310. MEMMAN=SWAP,PROTECT
  1311. SWAPPATH=E:\SWAPSPACE 2048 4096
  1312. BREAK=OFF
  1313. THREADS=256
  1314. PRINTMONBUFSIZE=134,134,134
  1315. COUNTRY=049,C:\OS2\SYSTEM\COUNTRY.SYS
  1316. SET KEYS=ON
  1317. SET DELDIR=C:\DELETE,512 D:\DELETE,1024 E:\DELETE,1024
  1318. BASEDEV=PRINT02.SYS
  1319. BASEDEV=IBM2FLPY.ADD
  1320. BASEDEV=IBM2ADSK.ADD
  1321. BASEDEV=OS2DASD.DMD
  1322. SET BOOKSHELF=C:\OS2\BOOK;
  1323. SET EPATH=C:\OS2\APPS
  1324. DEVICE=C:\OS2\APPS\SASYNCDB.SYS
  1325. PROTECTONLY=NO
  1326. SHELL=C:\OS2\MDOS\COMMAND.COM C:\OS2\MDOS /E:1000/P
  1327. FCBS=16,8
  1328. RMSIZE=640
  1329. DEVICE=C:\OS2\MDOS\VEMM.SYS
  1330. DEVICE=C:\OS2\MDOS\VMOUSE.SYS
  1331. DOS=LOW,NOUMB
  1332. DEVICE=C:\OS2\MDOS\VDPX.SYS
  1333. DEVICE=C:\OS2\MDOS\VXMS.SYS /UMB
  1334. DEVICE=C:\OS2\MDOS\VDPMI.SYS
  1335. DEVICE=C:\OS2\MDOS\VWIN.SYS
  1336. DEVICE=C:\OS2\MDOS\VCDROM.SYS
  1337. DEVINFO=SCR,VGA,C:\OS2\VIOTBL.DCP
  1338. SET VIDEO_DEVICES=VIO_VGA
  1339. SET VIO_VGA=DEVICE(BVHVGA)
  1340. DEVICE=C:\OS2\MDOS\VVGA.SYS
  1341. CODEPAGE=850,437
  1342. DEVINFO=KBD,GR,C:\OS2\KEYBOARD.DCP
  1343. DEVICE=C:\OS2\POINTDD.SYS
  1344. DEVICE=C:\OS2\MOUSE.SYS
  1345. DEVICE=C:\OS2\COM.SYS
  1346. DEVICE=C:\OS2\MDOS\VCOM.SYS
  1347. DEVICE=C:\OS2\MDOS\ANSI.SYS
  1348.  
  1349. REM Protokollierung einschalten:
  1350. DEVICE=C:\OS2\LOG.SYS
  1351. RUN=C:\OS2\SYSTEM\LOGDAEM.EXE
  1352.  
  1353. REM ********* Netware Requester ***************
  1354. REM --- NETWARE REQUESTER STATEMENTS BEGIN ---
  1355. DEVICE=E:\NETWARE\LSL.SYS
  1356. RUN=E:\NETWARE\DDAEMON.EXE
  1357. DEVICE=E:\NETWARE\TOKEN.SYS
  1358. DEVICE=E:\NETWARE\ROUTE.SYS
  1359. DEVICE=E:\NETWARE\IPX.SYS
  1360. DEVICE=E:\NETWARE\SPX.SYS
  1361. RUN=E:\NETWARE\SPDAEMON.EXE
  1362. DEVICE=E:\NETWARE\NWREQ.SYS
  1363. IFS=E:\NETWARE\NWIFS.IFS
  1364. RUN=E:\NETWARE\NWDAEMON.EXE
  1365. DEVICE=E:\NETWARE\VIPX.SYS
  1366. DEVICE=E:\NETWARE\VSHELL.SYS
  1367. DEVICE=E:\NETWARE\ODINSUP.SYS
  1368. REM --- NETWARE REQUESTER STATEMENTS END ---
  1369.  
  1370. REM ********* Communications Manager ***************
  1371. DEVICE=C:\ibmcom\protocol\LANDD.OS2
  1372. DEVICE=C:\ibmcom\protocol\LANDLLDD.OS2
  1373. DEVICE=E:\CMLIB\ACSLDLAN.SYS
  1374. RUN=C:\OS2\EPW.EXE
  1375. RUN=C:\ibmcom\protocol\landll.exe
  1376. DEVICE=E:\CMLIB\APPN\CMKFMDE.SYS
  1377. DEVICE=C:\IBMCOM\PROTOCOL\IFNDIS.SYS
  1378. DEVICE=C:\IBMCOM\PROTOCOL\INET.SYS
  1379.  
  1380. REM ******* TCPIP
  1381. SET ETC=E:\TCPIP\ETC
  1382. SET TMP=E:\TCPIP\TMP
  1383. RUN=E:\TCPIP\BIN\CNTRL.EXE
  1384.  
  1385. REM ******* LAPS:
  1386. RUN=C:\ibmcom\protocol\netbind.exe
  1387. RUN=C:\ibmcom\lanmsgex.exe
  1388.  
  1389. REM ******* TCPIP
  1390. SET XFILES=E:\TCPIP\X11
  1391. SET USERNAME=
  1392. SET HOSTNAME=
  1393. SET TELNET.PASSWORD.ID=
  1394.  
  1395. CALL=CMD.EXE
  1396.  
  1397.  
  1398. * * * * *
  1399. * NET.CFG
  1400. * * * * *
  1401.  
  1402. Link Driver token
  1403.    frame token-ring
  1404.    frame token-ring_snap
  1405.    node address 400031741015
  1406.  
  1407. Link Support
  1408.    buffers 14 4210
  1409.  
  1410. protocol odinsup
  1411.    bind token
  1412.  
  1413. protocol stack ipx
  1414.    sessions 50
  1415.    Sockets 64
  1416.  
  1417. PROTOCOL STACK SPX
  1418.    Abort Timeout 30000
  1419.    Verify Timeout 3000
  1420.    Listen Timeout 6000
  1421.    Send Timeout 6000
  1422.    Retry Count 20
  1423.    Sessions 50
  1424.  
  1425. Netware Requester
  1426.    cache buffers 20
  1427.    sessions 8
  1428.    request retries 20
  1429.    preferred server server_name  
  1430.  
  1431. Netware Spooler
  1432.    copies 1
  1433.    keep
  1434.    size 8
  1435.    banner
  1436.    form feed
  1437.  
  1438.  
  1439. * * * * *
  1440. * PROTOCOL.INI
  1441. * * * * *
  1442.  
  1443. [PROT_MAN]
  1444.  DriverName = PROTMAN$
  1445.  
  1446. [IBMLXCFG]
  1447.  TCPIP_nif = TCPIP.nif
  1448.  LANDD_nif = LANDD.NIF
  1449.  
  1450. [TCPIP_nif]
  1451.  DriverName = TCPIP$
  1452.  Bindings = TOKEN
  1453.  
  1454. [LANDD_nif]
  1455.  DriverName = LANDD$
  1456.  Bindings = TOKEN
  1457.  
  1458.  
  1459. ********************************************************************
  1460. From: reus@mic.dth.dk (Roger de Reus)
  1461. Organization: Mikroelektronik Centret, DTH, Denmark
  1462. Date: Thu, 10 Jun 93 12:11:44 METDST
  1463.  
  1464. One suggestion for your document: Since you refer to ftp.nmsu.edu to
  1465. get the CSD's for TCP/IP, you may as well refer to the same place to
  1466. get the latest Netware release (/pub/os2/2_x/network/novell) and
  1467. documentation.
  1468.  
  1469. Here the (excerpts) of the configuration files. I have TCP/IP (with
  1470. X11) and Netware (finally) running simultaneously over one single 3COM
  1471. 3C503 card. I did not use the configuration programs (ICAT and LAPS)
  1472. but manually edited the files. Note that all the ELINKII stuff is
  1473. commented out. I was happy when things  finally worked out, and did not
  1474. try more. Probably  lots  of  extraneous code lying around. Did not get
  1475. things running  by  automatically routing, so explicitly added a
  1476. default gateway in  the  routing command (last line of this file).
  1477.  
  1478. Hope this will get some people getting ahead quicker  than  I did.
  1479. Credits   should   go   to   the   Hobbes   ftp    server
  1480. (ftp-os2.nmsu.edu) which made the latest changes to both  TCP/IP and
  1481. Netware software available (and now supplies  all  the  OS/2 goodies on
  1482. CD-ROM for $25,-, I believe---grab  it  you  American guys), Kerry
  1483. Sesker (cmdses@pmvax.weeg.uiowa.edu)  who  supplied me with some
  1484. configuration files I could start with,  and  Prof.  Mike Thompson
  1485. (Cornell University), who pointed  me  to  ftp-os2 for the Novell
  1486. software update.
  1487. ________________________________________________________________/\_____
  1488. Roger de Reus (REUS@MIC.DTH.DK)                                 \/
  1489.                                  Mikroelektronik Centret  /\ /\ /\  /--
  1490. Ph. (+45) 45 93 12 22--5764          DTH, bldg. 345-east  -- -- -- ----
  1491. Ph. (+45) 45 93 46 10                    DK--2800 Lyngby  -- -- -- ----
  1492. Fax (+45) 42 88 77 62                            Denmark  -- -- --  `--
  1493. _______________________________________________________________________
  1494.  
  1495. * * * * *
  1496. * CONFIG.SYS (relevant parts)
  1497. * * * * *
  1498.  
  1499. LIBPATH=...;C:\TCPIP\DLL;C:\USR\NETWARE;C:\IBMCOM\DLL;
  1500. SET PATH=...;C:\TCPIP\BIN;...;C:\USR\NETWARE;C:\IBMCOM;
  1501. SET DPATH=...;C:\USR\NETWARE;C:\IBMCOM;
  1502. SET HELP=...;C:\TCPIP\HELP;
  1503.  
  1504. REM --- TCP/IP and NetWare Requester statements BEGIN ---
  1505. DEVICE=C:\IBMCOM\PROTMAN.OS2 /I:C:\IBMCOM
  1506. DEVICE=C:\IBMCOM\LANMSGDD.OS2 /I:C:\IBMCOM
  1507. SET ETC=C:\TCPIP\ETC
  1508. RUN=C:\TCPIP\BIN\CNTRL.EXE
  1509. SET XFILES=C:\TCPIP\X11
  1510. SET DISPLAY=reus026.mic.dth.dk:0
  1511. SET TZ=CET
  1512. SET LPR_SERVER=mic.dth.dk
  1513. SET LPR_PRINTER=ps
  1514. SET HOSTNAME=reus026
  1515. SET LANG=Da_DK
  1516. SET NWLANGUAGE=ENGLISH
  1517. DEVICE=C:\USR\NETWARE\LSL.SYS
  1518. RUN=C:\USR\NETWARE\DDAEMON.EXE
  1519. DEVICE=C:\USR\NETWARE\3C503.SYS
  1520. DEVICE=C:\USR\NETWARE\ODINSUP.SYS
  1521. DEVICE=C:\USR\NETWARE\IPX.SYS
  1522. DEVICE=C:\USR\NETWARE\NWREQ.SYS
  1523. IFS=C:\USR\NETWARE\NWIFS.IFS
  1524. RUN=C:\USR\NETWARE\NWDAEMON.EXE
  1525. RUN=C:\IBMCOM\PROTOCOL\NETBIND.EXE
  1526. RUN=C:\IBMCOM\LANMSGEX.EXE
  1527. DEVICE=C:\USR\NETWARE\VIPX.SYS
  1528. DEVICE=C:\USR\NETWARE\VSHELL.SYS
  1529. DEVICE=C:\IBMCOM\PROTOCOL\INET.SYS
  1530. DEVICE=C:\IBMCOM\PROTOCOL\IFNDIS.SYS
  1531. rem DEVICE=C:\IBMCOM\PROTOCOL\ELINKII.OS2
  1532. REM --- TCP/IP and NetWare Requester statements END ---
  1533.  
  1534.  
  1535. * * * * *
  1536. * NET.CFG
  1537. * * * * *
  1538.  
  1539. cache buffers = 40
  1540. file handles = 120
  1541. max tasks = 60
  1542. pb buffers = 10
  1543. preferred server = mic
  1544. show dots on
  1545.  
  1546. link driver 3C503
  1547.    frame ethernet_802.3
  1548.    frame ethernet_ii
  1549.    frame ethernet_802.2
  1550.    frame ethernet_snap
  1551.    node address 02608c8c04eb
  1552.    protocol ipx 0 ethernet_802.3
  1553.  
  1554. link support
  1555.    buffers 15 4210
  1556.    mempool 4096
  1557.  
  1558. protocol odinsup
  1559.    bind 3c503
  1560.  
  1561. protocol stack IPX
  1562.    bind 3c503
  1563.  
  1564. protocol tcpip
  1565.    ip_address 129.142.64.205
  1566.    ip_router  129.142.6.16
  1567.    ip_netmask 255.255.0.0
  1568.    tcp_sockets 8
  1569.    udp_sockets 8
  1570.    raw_sockets 1
  1571.    nb_sessions 4
  1572.    nb_commands 8
  1573.    nb_adapter  0
  1574.    nb_domain
  1575.  
  1576. netware requestor
  1577.    cache buffers 20
  1578.    displayharderrors no
  1579.    preferred server mic
  1580.  
  1581. netware spooler
  1582.    no banner
  1583.    no form feed
  1584.  
  1585.  
  1586. * * * * *
  1587. * PROTOCOL.INI
  1588. * * * * *
  1589.  
  1590. [PROT_MAN]
  1591.  DriverName = PROTMAN$
  1592.  
  1593. [IBMLXCFG]
  1594. ; ELNKII_nif = ELNKII.nif
  1595.  TCPIP_nif = TCPIP.nif
  1596.  
  1597. ;*----------------------------------------------*
  1598. ;*------------- PROTOCOL SECTION ---------------*
  1599. ;*----------------------------------------------*
  1600.  
  1601. [TCPIP_nif]
  1602.  DriverName = TCPIP$
  1603.  Bindings = X3C503
  1604.  
  1605.  
  1606. ;*----------------------------------------------*
  1607. ;*--------------- MAC SECTION ------------------*
  1608. ;*----------------------------------------------*
  1609.  
  1610. [X3C503]
  1611.  
  1612. ;[ELNKII_nif]
  1613. ; DriverName = ELNKII$
  1614. ; netaddress = "02608C8C04EB"
  1615. ; interrupt = 3
  1616. ; ioaddress = 0x300
  1617. ; transceiver = "ONBOARD"
  1618. ; maxtransmits = 8
  1619. ; xmitbufs = 2
  1620.  
  1621.  
  1622. * * * * *
  1623. * TCPSTART.CMD (initializes also X11)
  1624. * * * * *
  1625.  
  1626. @echo off
  1627. echo CONFIGURING TCP/IP .....
  1628. CALL C:\TCPIP\BIN\SETUP.CMD
  1629. echo ..... FINISHED CONFIGURING TCP/IP
  1630. echo STARTING THE TCP/IP PROCESSES .....
  1631. rem start pmx -nocopyright -staticcolor -k 102
  1632. CALL C:\TCPIP\BIN\XINIT.CMD -staticcolor -k 102
  1633. echo     ..... X System Server Started
  1634. rem call nfsstart
  1635. rem echo     ..... Network File System Client Started
  1636. echo ..... FINISHED STARTING THE TCP/IP PROCESSES
  1637. echo .....  EXITING TCPSTART.CMD  .....
  1638.  
  1639.  
  1640. * * * * *
  1641. * SETUP.CMD (called by TCPSTART)
  1642. * * * * *
  1643.  
  1644. route -fh
  1645. arp -f
  1646. ifconfig lan0 129.142.64.205 netmask 255.255.0.0
  1647. route add default 129.142.6.16 1
  1648.  
  1649.  
  1650.  
  1651. ---------------------------------------------------
  1652. (A2) Appendix II: Supplementary information on SLIP
  1653. ---------------------------------------------------
  1654.  
  1655. Rather than editing matter that I don't fully understand, I've included
  1656. this dialog essentially verbatim.  It is Dave Bolen, author of a SLIP
  1657. driver (alternative to IBM's own) replying to SLIP configuration
  1658. questions from Don Lindbergh.  Dave Bolen's SLIP driver is presently
  1659. still in the testing stage, but users reporting in the
  1660. comp.os.os2.networking newsgroup are uniformly glowing in their reviews
  1661. of it.
  1662.  
  1663. At the time of writing, Bolen's slip driver can be had via anonymous
  1664. FTP from ftp.ans.net in file /pub/misc/slip20a3.zoo.
  1665.  
  1666. In any case, the following notes should give you a _lot_ of information
  1667. about SLIP connections in general, as well as information that may be
  1668. specific to Dave's drivers.
  1669.  
  1670.  
  1671. >From: dabl2@nlm.nih.gov (Don A.B. Lindbergh)
  1672. Date: Wed, 17 Feb 93 14:04:06 EST
  1673. Message-Id: <9302171904.AA09472@nlm.nih.gov>
  1674. To: dean2@bigbird.csd.scarolina.edu
  1675. Subject: Re: TCP/IP, SLIP, Beat 2.1 Setup Questions (LONG)
  1676.  
  1677. Ok, I'm sending you what Bolen sent me.  He has sent me two replies.
  1678. The first is pretty much *it* as far as what you're probably interested
  1679. in.  It is long and has diagrams :)  The second piece is an attempt at
  1680. further clarification.  I also included the first piece of mail from a
  1681. gentlemen trying to help me put the final piece in place, using
  1682. ROUTED.  I basically haven't been able to get it to work (I think)
  1683. because of:
  1684.  
  1685. 1. not much time
  1686. 2. incorrect syntax
  1687.  
  1688. There will undoubtably be some more email from him, after which I
  1689. predict the light will shine on me, the angles will sing, and I will
  1690. actually have a full blow slip home system going......
  1691.  
  1692. Oh, near the end of Bolen's first note is an 'off the cuff' 'untested'
  1693. method of using 'arp -s' to 'publish' a network card to do routing.  I
  1694. wasen't able to get this to work for me, it may be I'm doing something
  1695. wrong.  I intend to at least confirm with him that this method *does*
  1696. in fact work.  It seems I will be using either this method or ROUTED as
  1697. getting a static route added for my SLIP subnet may be a hassle (Bolen
  1698. talks about all this).
  1699.  
  1700. So, truthfully, I'm not quite out of the woods yet, but I wanted to
  1701. send you what he sent me, because it seems he has told me pretty much
  1702. everything.  I figured it's better to send you more than you need
  1703. rather than edit it down myself.  If you like, I'll forward what I get
  1704. and wrap it up when I get it really working.  Your stuff was invaluable
  1705. to me when I was trying to get tcp/ip going.
  1706.  
  1707. --Don Lindbergh
  1708. dabl2@lhc.nlm.nih.gov
  1709.  
  1710. _______________________________________________________________________
  1711. >From db3l@ans.net Mon Feb 15 16:41:48 1993
  1712. To: dabl2@nlm.nih.gov (Don A.B. Lindbergh)
  1713.  
  1714. >REQUEST FOR HELP, somewhat lengthy.....
  1715.  
  1716. Well, let's see what we can do...
  1717.  
  1718. Warning - your request may have been lengthy, but these answers get
  1719. real long sometimes :-)
  1720.  
  1721. >I'm really unclear on how to setup at home for SLIP.  I've read over
  1722. >EVERY occurance of 'slip' in the TCPINFO doc's, I don't get it....
  1723.  
  1724. Part of the difficulty explaining this sort of stuff is that if you get
  1725. generic enough in your explanation to cover anyone's case, the
  1726. explanation becomes vague enough to be less than helpful :-)
  1727.  
  1728. For example - you don't give any actual IP addresses in your supplied
  1729. office and home configurations, and yet it is likely the actual IP
  1730. addresses (and routing between them) that is the problem.
  1731.  
  1732. So - for these examples, I'll use some explicit IP addresses that we
  1733. use here at ANS - hopefully, it will not be difficult to translate
  1734. their use into your own addresses.
  1735.  
  1736. Let's take the office machine.  In my case, it has two interfaces - an
  1737. ethernet (lan0) and com1 (sl).  The important elements for packet flows
  1738. are the addresses of the interfaces, and the routes that the machine
  1739. has to specific hosts or networks.
  1740.  
  1741. Let's say the office LAN is 147.225.10.x, and my machine has the
  1742. address 147.225.10.18.  Thus, subnet 10 of network 147.225 (a class B
  1743. network) is dedicated to the office ethernet.  There is a default
  1744. router on the office lan, 147.225.10.1, that I should send packets to
  1745. when I don't know where to send them.  The subnet mask for my LAN is
  1746. 255.255.255.0.  Also, I have a nameserver at 147.225.10.1.
  1747.  
  1748. Now let's say that I choose subnet 11 for my SLIP connection.  You
  1749. can't give hosts at the far end of the SLIP link an address in subnet
  1750. 10 since the rest of your LAN all think that subnet 10 hosts are
  1751. directly connected to the ethernet itself.  (This isn't completely
  1752. true, but it's tricky to work around, so let's say it is true for
  1753. now).  It is possible, as your example showed, to have your office
  1754. machine be 147.225.10.18 on both interfaces, but is often clearer if
  1755. you give it an address in the same subnet as the far end of the link.
  1756. Let's say in my case, I've made the office machine 147.225.11.1 on the
  1757. sl interface, and my home machine is going to be 147.225.11.2.
  1758.  
  1759. Thus, you end up with the following configuration:
  1760.  
  1761.               -+-
  1762.                |
  1763.                |      +----------------+              +--------------+
  1764.      LAN       |      | Office Machine |              | Home Machine |
  1765.                |      | -- -- -- -- -- |  Phone Line  | -- -- -- --  |
  1766.                |      |                | 147.225.11.x |              |
  1767. 147.225.10.x   +------| lan0        sl |--------------| sl           |
  1768.                |  .18 |                | .1        .2 |              |
  1769.                |      +----------------+              +--------------+
  1770.                |
  1771.               -+-
  1772.  
  1773. Now I don't think you've had a problem getting to this stage of
  1774. everything, even though your addresses may be different.  The next big
  1775. problem is getting packets to flow where you want.
  1776.  
  1777. In this example, hosts on the 147.225.10 network don't have a problem
  1778. talking to one another.  They all know that anything in 147.225.10
  1779. should be on the LAN wire.  They also know a default router at
  1780. 147.225.10.1.  If I did a "netstat -r" on your office machine, I would
  1781. find an entry like:
  1782.  
  1783.    Office with LAN:
  1784.  
  1785.         destination     router          intrf (interface)
  1786.  
  1787.         default         147.225.10.1    lan0
  1788.         147.225.10.0    147.225.10.18   lan0
  1789.  
  1790. or in other words - packets heading to anything on 147.225.10 would go
  1791. through my local interface to the LAN, lan0, while anything else also
  1792. goes out over lan0, but it gets sent to the 147.225.10.1 host, which
  1793. should know what to do with it.
  1794.  
  1795. That's just the LAN.  Once you start SLIO and create the "sl"
  1796. interface, and ifconfig the appropriate addresses, your routing table
  1797. will look like the following:
  1798.  
  1799.    Office with LAN and SLIP:
  1800.  
  1801.         destination     router          intrf (interface)
  1802.  
  1803.         default         147.225.10.1    lan0
  1804.         147.225.10.0    147.225.10.18   lan0
  1805.         147.225.11.2    147.225.11.1    sl
  1806.  
  1807. which is the same as before except that traffic for host 147.225.11.2
  1808. will go over the serial interface.  If you use the same address for
  1809. your office machine on lan0 as on sl, the above would be the same
  1810. except the router field would show 10.18 in both the lan0 and sl cases.
  1811.  
  1812. Now, to finish off the scenario, on your home machine all you did is
  1813. configure the sl interface - nothing else is running.  That gives you
  1814. a routing table like the following:
  1815.  
  1816.    Home with SLIP:
  1817.  
  1818.         destination     router          intrf (interface)
  1819.  
  1820.         147.225.11.1    147.225.11.2    sl
  1821.  
  1822.  
  1823. Now, given the differences in IP address, I think that's the state
  1824. you've been able to get to in your experiments.  Or, to add this
  1825. routing information to my original picture, my hosts would look
  1826. configured something like the following:
  1827.  
  1828.               -+-
  1829.                |
  1830.                |      +----------------+              +--------------+
  1831.      LAN       |      | Office Machine |              | Home Machine |
  1832.                |      | -- -- -- -- -- |  Phone Line  | -- -- -- --  |
  1833.                |      |                | 147.225.11.x |              |
  1834. 147.225.10.x   +------| lan0        sl |--------------| sl           |
  1835.                |  .18 |                | .1        .2 |              |
  1836.                |      +----------------+              +--------------+
  1837.                |  <-- 147.225.10
  1838.                |  <-- default
  1839.                |            147.225.11.2 -->      <-- 147.225.11.1
  1840.               -+-
  1841.  
  1842.  
  1843. Ok.  Presuming you're still with me :-)  Here's where you begin to run
  1844. into problems.  As long as you are on your office machine, you'll be
  1845. fine.  If you try to send packets to someone on the LAN, the route for
  1846. 147.225.10 will work and you'll find them.  If you try to send packets
  1847. to your home machine, it will go out over the serial interface and find
  1848. it.  If you send packets somewhere else, they'll go to the default
  1849. router, which will get them there.  And, since your office machine is
  1850. part of your LAN, packets will find their way back to you since the
  1851. rest of the LAN (and outside networks) know how to reach your
  1852. 147.225.10 addresses.  Nameserver stuff will work fine too, since the
  1853. nameservers are presumably on your LAN, so queries are just like other
  1854. LAN traffic.
  1855.  
  1856. The home machine has some problems however.  Once you get SLIP running
  1857. there, you should be able to ping your office machine's address over
  1858. the SLIP link.  In other words, in my example, a "ping 147.225.11.1"
  1859. would work, and I could do things like FTP to the office machine.  But
  1860. that's the only communication that works.
  1861.  
  1862. The problem with other hosts is routing related.  For example, let's
  1863. say that your home host tried to talk to the default router,
  1864. 147.225.10.1.  On your home machine you only know how to reach
  1865. 147.225.11.1, so when you use the 10.1 address, your home machine
  1866. doesn't know how to get there.  That's where you get the "no route to
  1867. host message".  It is telling you it doesn't know where to send
  1868. packets for hosts other than 147.225.11.1.
  1869.  
  1870. Now that's an easy one to fix.  Add a default route on your home box
  1871. pointing to your office box.  Then, if you try to use an address that
  1872. the home machine doesn't know about, it will still send it to the
  1873. office machine.  The office machine will then either know about it (if
  1874. it's part of 147.225.10, such as your nameserver), or it will forward
  1875. it on to *its* default router, 147.225.10.1.
  1876.  
  1877. This is only part of the problem, however.  That solves the outgoing
  1878. packets from your home machine, but it doesn't fix the case of packets
  1879. coming back in to your home machine.  For example, your home machine
  1880. will now know how to send a packet to the nameserver that you use in
  1881. your office, but the nameserver won't know how to send the packet back
  1882. to the home machine.  The nameserver will know that 147.225.10
  1883. addresses are on the LAN, but it won't know what to do with a
  1884. 147.225.11 address.
  1885.  
  1886. There are a few ways to fix this.  What you really need to do is to
  1887. get all the other hosts on your LAN to know that subnet 147.225.11 is
  1888. routed through you, and that they should send packets to you for those
  1889. addresses.  This is not normally practical, however, since a number of
  1890. owners of hosts are involved.
  1891.  
  1892. Another alternative is for everyone to run a routing daemon (such as
  1893. the ROUTED that came with the TCP/IP package), which lets your
  1894. machine announce to the other machines that it has the SLIP route, and
  1895. then they know where to send the packages.  Again, this may not be
  1896. reasonable as everyone may not want to or be able to run a routing daemon.
  1897.  
  1898. Probably the easiest thing for you to do is to get whoever administers
  1899. the default router to add a static route for your SLIP subnet to that
  1900. router.  Then, since everyone else on the LAN defaults to that router,
  1901. when it gets packets for your SLIP host it will forward them back to
  1902. you.  Often, it will also issue a redirect to the hosts telling them
  1903. where they should have really sent the packets.
  1904.  
  1905. So to summarize - your problems are likely twofold.  One, that your
  1906. home host doesn't know to default to the office host for stuff that it
  1907. doesn't have an explicit route to.  And two, that the hosts on the LAN
  1908. (or the outside world for that matter) don't know to use you to reach
  1909. your home host.  You need to solve both of those routing problems
  1910. before you can see packets flowing between your home host and any
  1911. other IP attached host.
  1912.  
  1913. In terms of the configurations you posted:
  1914.  
  1915. >OFFICE MACHINE SETUP.CMD:
  1916. >route -fh
  1917. >arp -f
  1918. >ifconfig lan0 myipaddress netmask 255.255.255.0
  1919. >REM ifconfig lan1 
  1920. >REM ifconfig lan2 
  1921. >REM ifconfig lan3 
  1922. >start slio.exe
  1923. >sliowait
  1924. >ifconfig sl myipaddress otherpcaddress
  1925. >route add default myrouter 1
  1926.  
  1927. This should be fine.  In general, I don't expect your office machine
  1928. would have any problems.  It's the one machine in this whole
  1929. configuration that knows just what is going on, and how to reach
  1930. everyone it needs to reach.
  1931.  
  1932. >HOME MACHINE SETUP.CMD:
  1933. >route -fh
  1934. >arp -f
  1935. >REM ifconfig lan0 myipaddress officeipaddress netmask 255.255.255.0
  1936. >REM ifconfig lan1
  1937. >REM ifconfig lan2
  1938. >REM ifconfig lan3
  1939. >start slio.exe
  1940. >sliowait
  1941. >ifconfig sl myipaddress officeipaddress
  1942.  
  1943. This is fine.
  1944.  
  1945. >route add host officeipaddress officerouter
  1946.  
  1947. You don't need this.  ifconfig'ing sl will automatically add this
  1948. route to your routing tables.  What you do need is a statement:
  1949.  
  1950.         route add default officeipaddress 1
  1951.  
  1952. to let the home host pass all other packets through to the office as
  1953. well.
  1954.  
  1955. And you need the office machines (or default router) to know about
  1956. your home address too.
  1957.  
  1958. If this sounds convoluted, it's because it's a lot harder to write
  1959. about and explain than just to do - at least I find it that way.
  1960.  
  1961. If you've stuck with me this far, I'll also throw in a way you can
  1962. cheat with your SLIP address and make the rest of your office LAN
  1963. think your home machine is right on the LAN - thus avoiding the need
  1964. to tell them about routing or get your default router to change.
  1965.  
  1966. Some of this is off the cuff - I don't think I've done this explicitly
  1967. myself yet, although it should work fine.
  1968.  
  1969. What you do first is get another LAN address for your home SLIP machine
  1970. - in my case, let's say it was 147.225.10.19.  You then configure
  1971. everyone just as before, including the default route on your home SLIP
  1972. machine.  You end up with the following:
  1973.  
  1974.  
  1975.    Office with LAN and SLIP:
  1976.  
  1977.         destination     router          intrf (interface)
  1978.  
  1979.         default         147.225.10.1    lan0
  1980.         147.225.10.0    147.225.10.18   lan0
  1981.         147.225.10.19   147.225.10.18   sl
  1982.  
  1983.  
  1984.    Home with SLIP:
  1985.  
  1986.         destination     router          intrf (interface)
  1987.  
  1988.         default         147.225.10.18   sl
  1989.         147.225.10.18   147.225.10.19   sl
  1990.  
  1991.  
  1992. For your office machine, any packets to host 147.225.10.19 (your home
  1993. host) will go over the serial line.  All other packets for 147.225.10
  1994. hosts will go over the LAN interface.  And anything else will be put
  1995. over the LAN interface to the default router also on the LAN.
  1996.  
  1997. For your home machine, packets to your office machine will go over the
  1998. serial interface, and packets to anything else will first be passed to
  1999. your office machine (over the serial interface) for handling.
  2000.  
  2001. Now the only rub is getting machines on the LAN to talk back to your
  2002. home machine.  The problem is that those machines will think (since it
  2003. has a 147.225.10 address) that your home machine is directly connected
  2004. to the LAN.
  2005.  
  2006. What happens on the LAN is that other machines issue ARP (Address
  2007. Resolution Protocol) requests to translate an address (147.225.10.19
  2008. in this case) into a hardware level address (such as a token ring or
  2009. ethernet adapter address).  Packets are then sent over the LAN to that
  2010. hardware address.  For most machines, they answer for their own
  2011. address, and give their hardware address.  Obviously, your home
  2012. machine can't do that in this case since it isn't attached directly to
  2013. the LAN.
  2014.  
  2015. So what you do is tell your office machine to answer for your home
  2016. machine.  You use the "arp" command to "publish" a permanent arp entry
  2017. for your home machine.  The entry will use your office machine's
  2018. hardware address as the arp answer.  Then, other machines in the
  2019. office will use your office machine's hardware address on the LAN when
  2020. sending packets to your home machine - so the packets will end up on
  2021. the office machine.  The office machine will look at the actual IP
  2022. address and recognize that it should go down the serial link to the
  2023. home machine.  This entire process is called "Proxy ARPing", and is
  2024. often supplied as an automatic process in SLIP servers or routers -
  2025. we'd just be doing it in a more manual fashion.
  2026.  
  2027. To set up the arp entry, you need to figure out your hardware address.
  2028. You can either do this by looking at the LANTRAN.LOG file in your LAPS
  2029. directory (normally C:\IBMCOM).  It should have a line like:
  2030.         "Adapter 0 is using node address 10005A82501A    (...)"
  2031.  
  2032. Or, check someone else's machine that has recently exchanged traffic
  2033. with you and do an "arp -a" and look for your address as in:
  2034.  
  2035.         hardware address        IP address
  2036.         10005A82501A            147.225.10.18
  2037.  
  2038. In either event, you want to know your 12-digit hexadecimal hardware
  2039. address.  Once you know that, you can stuff an entry for your home
  2040. machine in your arp table with the command:
  2041.  
  2042.         arp -s 147.225.10.19 10:00:5A:82:50:1A pub
  2043.  
  2044. which will permanently "publish" an arp entry for your home machine.
  2045. >From now on, other machines on the LAN will think that your home
  2046. machine is right on the ethernet (or token ring) itself, although your
  2047. office machine will actually be routing packets through the serial
  2048. link to the home machine.
  2049.  
  2050. Note that if you are on a token ring, you need to use a bitwise
  2051. reversed address (shown in the LANTRAN.LOG file as the token ring
  2052. format on the same line as the adapter node address).
  2053.  
  2054. I think that's about it.  Like I said - it's more complicated to
  2055. explain than it really is.  I hope this helps more than it confuses.
  2056. I'd suggest also trying to find a local support person at your site
  2057. that may be able to help out with the routing issues.  Or, if you have
  2058. some sort of central SLIP server facility, it will probably be easier
  2059. to make use of that, as the routing issues will most likely have
  2060. already been addressed for that server.
  2061.  
  2062. -- David
  2063.  
  2064. /-----------------------------------------------------------------------\
  2065.  \              David Bolen             \  Internet: db3l@ans.net      /
  2066.   |   Advanced Network & Services, Inc.   \   Phone: (914) 789-5327   |
  2067.  / 100 Clearbrook Road, Elmsford, NY 10523  \   Fax: (914) 789-5310    \
  2068. \-----------------------------------------------------------------------/
  2069.  
  2070. >From db3l@ans.net Tue Feb 16 18:37:53 1993
  2071. To: dabl2@nlm.nih.gov (Don A.B. Lindbergh)
  2072. Subject: Re: TCP/IP, SLIP, Beat 2.1 Setup Questions (LONG)
  2073.  
  2074. Don,
  2075.  
  2076. >                                        I had no idea that the slip
  2077. > connection ip addresses should have a different subnet than the 'real'
  2078. > lan ip addresses.
  2079.  
  2080. Yeah - the problem is that while you can get it partially working
  2081. without using a different subnet, you really need the separate subnet
  2082. for proper operation (barring proxy arp solutions).  The reasons for
  2083. this are rooted in the fundamentals of how IP routing is handled,
  2084. which can be daunting topic for those new to IP networking (or even
  2085. old hands :-)).  Couple this with the fact that most IP office users
  2086. don't necessarily know the subnetting and routing scheme in place at
  2087. their site, and it becomes even more fun.
  2088.  
  2089. (At the risk of repeating info from my previous message)
  2090.  
  2091. I think it starts to become more understandable - and explainable - if
  2092. you make believe you are a machine on your LAN.  Let's say I'm on your
  2093. LAN as address 138.68.31.50.  My machine has a routing table telling
  2094. me where to send packets for particular destinations, as:
  2095.  
  2096.    destination 134.68.31.0 gateway 134.68.31.50
  2097.         (anything on 134.68.31 goes out onto my local LAN
  2098.          via my LAN interface, and gets my LAN address on it
  2099.          as the source address)
  2100.    destination default gateway 134.68.31.103
  2101.         (anything else goes to the specified gateway.  To reach
  2102.          that gateway, I use my previous route to reach the LAN)
  2103.  
  2104. Now I'm in good shape - I know how to reach machines on the LAN, and
  2105. those off your LAN.  Now say that friendly Don - you - down the hall
  2106. (with his machine 134.68.31.25) add a SLIP link, and gives your home
  2107. machine address 134.68.31.26.  You sets things up so that if you type
  2108. "ping 134.68.31.50" from home, the packets reach my machine in the
  2109. office.  So far so good - the problem is where do I send the answer?
  2110. I need to reach 134.68.31.26, which according to my routing table is
  2111. right on my LAN.  I therefore try to send it right over the LAN, but
  2112. there's no machine there with that address.
  2113.  
  2114. Now I personally can fix that problem by adding a specific (static)
  2115. route to my machine that says:
  2116.         destination 134.68.31.26 gateway 134.68.31.25
  2117. which says that if I need to reach the specific machine 31.26, I send
  2118. it to your office machine.  Anything else in 134.68.31 follows the old
  2119. rule and goes directly to the LAN.  Now I can communicate with
  2120. everyone including your home machine.  Of course, this solution
  2121. doesn't scale well, and it doesn't help you from home since you have
  2122. to get everyone else (or at least the default gateway) to add the
  2123. route.  Thus the rest of my previous note :-)
  2124.  
  2125. >                                   He says getting something like a
  2126. > static route added to our subnet requires calling someone else, which
  2127. > is not a huge problem, but if we did this, hopefully we could add this
  2128. > slip subnet ONCE and that one addition would work for all our group
  2129. > who want to use slip.  I would like to try your suggestions about
  2130. > permanently publishing an arp entry first I think.....
  2131.  
  2132. Having a dedicated SLIP subnet and a primary SLIP router is in fact
  2133. the way many sites (including ours) handles the issue.  For single
  2134. SLIP connections into individual office machines a proxy arp solution
  2135. may be the simplest and most effective - although it does require
  2136. manual configuration - and you still have to get yourself allocated an
  2137. extra address in the LAN subnet.
  2138.  
  2139. > Some further comments and questions....
  2140.  
  2141. Ok.
  2142.  
  2143. > I know, I questioned the wisdom of publicly posting all my ip
  2144. > addresses, on the other hand, who really cares and what if they did
  2145. > right?  I've at least got password entry's for telnet and ftp....
  2146.  
  2147. Actually, that's a pretty prudent idea, and not so strange, especially
  2148. when posting to such a large list.  I don't have much of a problem
  2149. myself as the addresses I've used are protected by a security
  2150. firewall, so external hosts can't reach those subnets of 147.225 anyway.
  2151.  
  2152. Since your address is in fact exposed to the outside world, it's not
  2153. unreasonable to avoid publishing it in such a wide forum.
  2154.  
  2155. > I tried this briefly last night, but apparently it's a whole other
  2156. > lesson to get this damned thing to work.  I don't really understand
  2157. > *who* these manuals are written for.....
  2158.  
  2159. You'd be surprised - the IBM stuff really isn't all that bad when you
  2160. see what else is out there.  Of course, routing daemons are in fact
  2161. another whole world of information, of which ROUTED is one of the
  2162. simplest daemons.  I could start another whole book on handling
  2163. routing daemon issues, but since it's unlikely your entire LAN will
  2164. start listening to RIP broadcasts, I think I'd just bypass this option
  2165. for now.  Even if you do run ROUTED and config everything right, it
  2166. only fixes things for people who are also listening for the
  2167. information that you are then broadcasting.
  2168.  
  2169. > As per my comments earlier, is this something we can do once and will
  2170. > then work for a number of people? ie if we pick subnet 41 for slip,
  2171. > then programmers using slip will be
  2172. > 134.68.41.1
  2173. >          .2 
  2174. >          .3 etc?
  2175.  
  2176. It depends on how you are servicing the SLIP connections.  As long as
  2177. there is a single host that is responsible for all of the SLIP users,
  2178. then yes - this will work fine.  For example, here at ANS, we use
  2179. subnet 2 for SLIP - all SLIP users get 147.225.2.x addresses.  Our
  2180. primary machines have a static route for 147.225.2.0 into our Annex
  2181. terminal server (that handles the SLIP users) at 147.225.10.40.
  2182.  
  2183. If however, each user is going to handle his or her own SLIP
  2184. connection into an office machine, it gets a little tricker.  Given
  2185. that changing a centrally administered host is probably harder, what I
  2186. would suggest is telling those responsible for the site router to send
  2187. all SLIP (134.68.41.x) traffic to one particular host - pick someone's
  2188. office machine, or some central machine that you manage.  Then, as
  2189. individual programmers set up SLIP links to a new machine, add a
  2190. static route to the machine you manage for that SLIP link.  Then,
  2191. traffic from LAN or external hosts heading for SLIP home users will
  2192. first go to the central machine you manage, which will then forward it
  2193. on to the appropriate office machine handling the link.  This will
  2194. represent an additional hop, but for the amount of traffic generated
  2195. by SLIP it won't be much.
  2196.  
  2197. Also depending on the central machine of yours, it can send a redirect
  2198. message to the site router, telling it the real machine to send the
  2199. SLIP traffic to.  So it can "learn" to avoid the extra hop.  I'm
  2200. pretty sure that OS/2 (and most Unix platforms) send a redirect by
  2201. default, but don't hold me to that.
  2202.  
  2203. > Ah, here's where it gets fun, this would be a good hack......
  2204. > I'll try this and let you know.  By the way, I keep hearing about your
  2205. > super nifty alternate slip drivers, should I try those?  Dave are you
  2206. > holdin' out on me?  :)  One guy said I could find them at ftp.ans.net
  2207.  
  2208. Well, yes, I do have "super nifty alternate slip drivers" :-) I wasn't
  2209. really holding out on you - getting my drivers wouldn't have solved
  2210. your problem as it was routing and addressing related.  Also, my
  2211. driver is technically alpha code so I don't generally recommend it to
  2212. just anyone yet.  Of course, it's alpha mostly because I'm too
  2213. backlogged to do the final cleanup and call it beta, so it's actually
  2214. quite stable at this point.
  2215.  
  2216. If you're interested - you can anonymously ftp the driver from
  2217. ftp.ans.net in the file /pub/misc/slip20a3.zoo.  This has the driver,
  2218. several utilities, and a readme that should get you up and running.
  2219. My driver both performs better than the standard IBM driver (better
  2220. performance while using less CPU) as well as including support for
  2221. header compression and priority queueing.  This yields better
  2222. interactive performance over a SLIP link.
  2223.  
  2224. The driver does require OS/2 2.0, and TCP/IP 1.2.1 at least at CSD
  2225. level 2252.  (You can always get the latest CSD from ftp-os2 if you
  2226. have an earlier version of TCP/IP - check SYSLEVEL)
  2227.  
  2228. =====================================
  2229. the below is today's first installment from a gent attempting to help me put
  2230. the final piece in place.... ROUTED
  2231. ======================================
  2232.  
  2233. >From jardined@qucis.queensu.ca Wed Feb 17 13:12:00 1993
  2234. To: dabl2@nlm.nih.gov
  2235. Subject: Re: TCP/IP, SLIP, Beat 2.1 Setup Questions (LONG)
  2236.  
  2237. I was going to suggest Bolen's stuff.  He is _most_ knowledgeable.
  2238.  
  2239. The secret appears to be as follows:
  2240.  
  2241. The ifconfig statement _must_ have your home ip address and the office
  2242. (slip) machine ip address.  Use a netmask of 255.255.255.0 make sure
  2243. you set the mtu in ifconfig (and in slip.cfg if you use Bolen's
  2244. driver).
  2245.  
  2246. Now: in order to get at any other machine on your office net, you must
  2247. tell your home machine where on the office LAN is the nameserver.  You
  2248. use the OS2 ROUTE command to do this.  What you do in it is to a) clear
  2249. the previous entiries (-fh flag), then b) set up as 'default' the ip
  2250. address of the name server on your office LAN  This means that when at
  2251. the OS2 end you mention a machine on your office lan athat is other
  2252. than the machine to which you are directly connected via slip, the
  2253. request will be routed by your office PC to that name server, which
  2254. will do the address resolution.  The test for connection is to use the
  2255. 'ping' command at your home end.
  2256.  
  2257. If you default route to the nameserver, you should be able to ping any
  2258. machine on the internet.  I tested it by pinging local machines here,
  2259. and then finally hobbes.  It replied!
  2260.  
  2261. I'm at the office so I don;t have access to my rexx scripts.  If you
  2262. are still having problemsa, I'll send them to you.
  2263.  
  2264. I agree the manuals are ghastly.  Luckily I have a bunch of Unix TCPIP
  2265. experts here to help me, (we have 4 dept. lans with about 100 Sun
  2266. workstations, 4 file servers, 3 compute servers etc. etc. here)  but
  2267. even they took a while to figure it out.  I asked, but there is no good
  2268. book on TCPIP or X11.  You learn it by recursively reading assorted
  2269. ill-written documents, and asking someone who knows. I've been around
  2270. long enough to have used IBM manuals back in the '50s and '60s, so I'm
  2271. resigned to this situation :-)
  2272.  
  2273. Prof. Donald Jardine, Software Technology Laboratory, Comp. Sci. Dept.,
  2274. Queen's Univ. Kingston Ont. Ph (613) 545 6070 Fax (613) 545 6513
  2275.  
  2276.  
  2277. ------------------------------------
  2278. (A3) Appendix III: Setting up LaMail
  2279. ------------------------------------
  2280.  
  2281. This is a product that I don't use, but rwalker@rwalker.doa.lastat.gov
  2282. kindly sent me a document that he prepared for his users there.  I've
  2283. excerpted and edited from that.  Hence I am definitely to blame for
  2284. errors of omission and comission in the following suggestions...
  2285.  
  2286. 1.   Installation:  You will want to check off "Sendmail" and "LaMail"
  2287. in the ICAT "Automatic Starting of Services" setup section (see (5)
  2288. section 4. above).
  2289.  
  2290. 2.  Customize your LaMail configuration: In the LaMail screen, select
  2291. Options/Set Note Options, then:
  2292.  
  2293.     Personal Options
  2294.         1. Your login or userid (e.g. dean)
  2295.         2. Your hostname (e.g. fiddler.biol.scarolina.edu)
  2296.     Note Header
  2297.         1. Check "Add Subject Line"
  2298.         2. Recommend checking "Long Address Format"
  2299.     Note Options
  2300.         1. Signature file: You can create a plain-text file that
  2301.            contains some address information about yourself.  It will
  2302.            be automatically appended to your outgoing mail.  For an
  2303.            example, see the three lines at the end of section (0) of
  2304.            this document (that's my .signature file contents).  At this
  2305.            point, enter the name of the plain-text file that holds your
  2306.            signature information.
  2307.  
  2308. 3.  Send some test mail: Send some mail to someone who's email address
  2309. you are sure will work.  Ask them to send you a reply.  It may be
  2310. helpful if you are in adjoining offices so you can ask each other if it
  2311. worked...
  2312.  
  2313. 4.  Delivery notification: There's no such thing as registered mail
  2314. with SMTP (the mail services that Internet mail uses).  But sometimes
  2315. if mail cannot be sent to the recipient, LaMail will pop-up with the
  2316. rejected mail item.
  2317.  
  2318. 5.  Note editor:  The LaMail editor is built upon the OS/2 Enhanced
  2319. Editor (EPM).  Most users would be more familiar with the OS/2 System
  2320. Editor.  To configure the LaMail editor to resemble the System Editor
  2321. more closely do the following while editing a note:
  2322.  
  2323.     Select: Options/Preferences:
  2324.         Deselect: Advanced Marking
  2325.         Select:   Stream Editing
  2326.     Select: Options/Save
  2327.         
  2328. 6.  How to forward a note:  While you are reading/editing a note (i.e.
  2329. the box title begins "Note") hit Ctrl-I.  In the command dialog box,
  2330. either click on an existing command in the top half (if there are any
  2331. shown) or type a forward command in the lower half (e.g.  FORWARD
  2332. dean2@tbone.biol.scarolina.edu).  Edit the command in the bottom half
  2333. and then select OK.  This will bring up a standard LaMail Create Note
  2334. menu with the forwarded note included.  Edit the subject and other
  2335. header lines as usual and select Send to actually forward the mail.
  2336. LaMail will keep a copy of the command in its history file for the next
  2337. time you select the command option.
  2338.  
  2339. 7.  Spelling check:  To check the spelling of an outgoing note, select
  2340. the Options/Proof menu item.  Note that the spelling checker appears to
  2341. have some bugs.  Sometimes it gets confused and flags even common words
  2342. (e.g. "is").  At other times, it appears to just hang.  You may want to
  2343. verify the location of the following LaMail files by choosing the
  2344. Options/Preferences/Settings/Paths menu:
  2345.  
  2346.     US dictionary (normally \tcpip\bin\us.dct) 
  2347.     Personal dictionary
  2348.  
  2349. 8.  Folders:  At installation, the ALL folder is the default folder for
  2350. notes.  A copy of your outgoing mail is automatically stored in the
  2351. default folder.  You can create multiple folders (e.g., and OUT folder
  2352. or organize folders by subject).  You can also associate folders with
  2353. individuals in your NICKNAME.NAM file.  Within each folder, the
  2354. appearance of mail items can be customized (color and order of fields,
  2355. etc.).  Each folder can have a distinct icon associated with it.
  2356. Create the icons using the OS/2 icon editor and save them in
  2357. \tcpip\lamail as xxxxxx.ICO where xxxxxx is the name of the folder that
  2358. you want associated with the icon.
  2359.  
  2360. 9.  Sendmail:  Sendmail is the background process to LaMail that
  2361. actually sends and receives SMTP messages.  This normally should be
  2362. running all the time, although it can (and probably should) be
  2363. minimized on the screen.  In general, there is nothing you can do in
  2364. this session.  If you need to shut sendmail down, you can terminate it
  2365. by switching to that session and hitting Ctrl-C.  This will bring you
  2366. back to the OS/2 command prompt where you  can type EXIT to close the
  2367. session.
  2368.  
  2369. 10. Join some mailing lists:  The Internet has hundreds of mailing
  2370. lists on every conceivable topic.  Good ones include ietf-announce (for
  2371. Internet Task Force announcements), the OS/2 mailing lists, new-list (a
  2372. mailing list that announces new mailing lists!), and many other
  2373. computer and non-computer-specific lists.  The Internet master list of
  2374. mailing lists can be retrieved via anonymous FTP from ftp.nisc.sri.com
  2375. as netinfo/interest-groups.  Because this is such a large file (over
  2376. one million bytes uncompressed), it should be retrieved only on an
  2377. exception basis.  Do NOT print the mailing list index.
  2378.  
  2379. 11. Be sure to include your Internet mailing address on your
  2380. correspondence and business cards.  Because may recipients may not be
  2381. entirely familiar with internetwork addressing, and may have accounts
  2382. on alternate services (MCI, Genie, etc.), make sure to be explicit.
  2383. Tell them that it is an Internet address and be sure to give your
  2384. entire address.  For example, I'd give the following information:
  2385.  
  2386.     Internet: dean2@tbone.biol.scarolina.edu
  2387.  
  2388.  
  2389.  
  2390.  
  2391.